aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Makazzz <makazzzpro@live.ca>2019-09-29 11:49:20 -0400
committerLibravatar Makazzz <makazzzpro@live.ca>2019-09-29 11:49:20 -0400
commit375a00d22027f9de68043e32597d7bf43392a9ce (patch)
tree25ddb97662ef155b2e39db7d9e240783038466e7
parentAdd dynamic change for TOS and Privacy (diff)
downloadferdium-app-375a00d22027f9de68043e32597d7bf43392a9ce.tar.gz
ferdium-app-375a00d22027f9de68043e32597d7bf43392a9ce.tar.zst
ferdium-app-375a00d22027f9de68043e32597d7bf43392a9ce.zip
Trying to fix the code for Signup.js
-rw-r--r--src/components/auth/Signup.js3
1 files changed, 2 insertions, 1 deletions
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 {
117 const { intl } = this.context; 117 const { intl } = this.context;
118 const { isSubmitting, loginRoute, error } = this.props; 118 const { isSubmitting, loginRoute, error } = this.props;
119 119
120 const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com'; 120 //Old code before my commit
121 //const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com';
121 122
122 //This is the change for the issue #80, need testing 123 //This is the change for the issue #80, need testing
123 const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://server.getferdi.com' ? window.ferdi.stores.settings.all.app.server : 'https://getferdi.com'; 124 const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://server.getferdi.com' ? window.ferdi.stores.settings.all.app.server : 'https://getferdi.com';