From 375a00d22027f9de68043e32597d7bf43392a9ce Mon Sep 17 00:00:00 2001 From: Makazzz Date: Sun, 29 Sep 2019 11:49:20 -0400 Subject: Trying to fix the code for Signup.js --- src/components/auth/Signup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js index 10b124690..88c742a54 100644 --- a/src/components/auth/Signup.js +++ b/src/components/auth/Signup.js @@ -117,7 +117,8 @@ export default @observer class Signup extends Component { const { intl } = this.context; const { isSubmitting, loginRoute, error } = this.props; - const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com'; + //Old code before my commit + //const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com'; //This is the change for the issue #80, need testing const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://server.getferdi.com' ? window.ferdi.stores.settings.all.app.server : 'https://getferdi.com'; -- cgit v1.2.3-70-g09d2