aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.js
diff options
context:
space:
mode:
authorLibravatar Makazzz <makazzzpro@live.ca>2019-09-29 12:46:41 -0400
committerLibravatar Makazzz <makazzzpro@live.ca>2019-09-29 12:46:41 -0400
commita87a8002cee27ced41acaee8211ebdf3072ebf4c (patch)
tree2cc120ad1bcfc0e5b905b941175efaee26d7a1da /src/components/auth/Signup.js
parentTrying to fix the code for Signup.js (diff)
downloadferdium-app-a87a8002cee27ced41acaee8211ebdf3072ebf4c.tar.gz
ferdium-app-a87a8002cee27ced41acaee8211ebdf3072ebf4c.tar.zst
ferdium-app-a87a8002cee27ced41acaee8211ebdf3072ebf4c.zip
Revert Signup.js and updated Menu.js
Diffstat (limited to 'src/components/auth/Signup.js')
-rw-r--r--src/components/auth/Signup.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index 88c742a54..b36e71ce1 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -117,11 +117,7 @@ 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 //Old code before my commit 120 const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com';
121 //const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com';
122
123 //This is the change for the issue #80, need testing
124 const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://server.getferdi.com' ? window.ferdi.stores.settings.all.app.server : 'https://getferdi.com';
125 121
126 return ( 122 return (
127 <div className="auth__scroll-container"> 123 <div className="auth__scroll-container">