aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.js
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-23 12:25:27 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-23 12:25:27 +0100
commit23c46e84af2e37d011648c77abcffc64a11cf1f8 (patch)
treefa23bd5cf6c8a8035dff8fcaeb8c6bb8b0caf96b /src/components/auth/Signup.js
parentFix issue with incorrect GH workflow [skip ci] (diff)
downloadferdium-app-23c46e84af2e37d011648c77abcffc64a11cf1f8.tar.gz
ferdium-app-23c46e84af2e37d011648c77abcffc64a11cf1f8.tar.zst
ferdium-app-23c46e84af2e37d011648c77abcffc64a11cf1f8.zip
Workaroud for in-app Password Recovery (#342)
* Change funtion name [skip ci] * Workaround #312
Diffstat (limited to 'src/components/auth/Signup.js')
-rw-r--r--src/components/auth/Signup.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index 05b6576fa..eaa68f918 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -11,7 +11,7 @@ import Button from '../ui/button';
11import Link from '../ui/Link'; 11import Link from '../ui/Link';
12 12
13import { globalError as globalErrorPropType } from '../../prop-types'; 13import { globalError as globalErrorPropType } from '../../prop-types';
14import { termsBase } from '../../api/apiBase'; 14import { serverBase } from '../../api/apiBase';
15import { H1 } from '../ui/headline'; 15import { H1 } from '../ui/headline';
16 16
17const messages = defineMessages({ 17const messages = defineMessages({
@@ -160,7 +160,7 @@ class Signup extends Component {
160 {intl.formatMessage(messages.legalInfo)} 160 {intl.formatMessage(messages.legalInfo)}
161 <br /> 161 <br />
162 <Link 162 <Link
163 to={`${termsBase()}/terms`} 163 to={`${serverBase()}/terms`}
164 target="_blank" 164 target="_blank"
165 className="link" 165 className="link"
166 > 166 >
@@ -168,7 +168,7 @@ class Signup extends Component {
168 </Link> 168 </Link>
169 &nbsp;&amp;&nbsp; 169 &nbsp;&amp;&nbsp;
170 <Link 170 <Link
171 to={`${termsBase()}/privacy`} 171 to={`${serverBase()}/privacy`}
172 target="_blank" 172 target="_blank"
173 className="link" 173 className="link"
174 > 174 >