From a87a8002cee27ced41acaee8211ebdf3072ebf4c Mon Sep 17 00:00:00 2001 From: Makazzz Date: Sun, 29 Sep 2019 12:46:41 -0400 Subject: Revert Signup.js and updated Menu.js --- src/components/auth/Signup.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/components/auth') 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 { const { intl } = this.context; const { isSubmitting, loginRoute, error } = this.props; - //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'; + const termsBase = window.ferdi.stores.settings.all.app.server !== 'https://api.franzinfra.com' ? window.ferdi.stores.settings.all.app.server : 'https://meetfranz.com'; return (
-- cgit v1.2.3-70-g09d2