From 0be8eb218e3af03f37238c05257e7408a53c1af3 Mon Sep 17 00:00:00 2001 From: Makazzz Date: Sun, 29 Sep 2019 11:37:10 -0400 Subject: Add dynamic change for TOS and Privacy --- src/components/auth/Signup.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/auth/Signup.js') diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js index b36e71ce1..10b124690 100644 --- a/src/components/auth/Signup.js +++ b/src/components/auth/Signup.js @@ -119,6 +119,9 @@ export default @observer class Signup extends Component { 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'; + return (
-- cgit v1.2.3-70-g09d2