Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
30a7816a
Commit
30a7816a
authored
Oct 22, 2019
by
Sébastiaan Versteeg
Committed by
Gijs Hendriksen
Oct 22, 2019
Browse files
Fix hardcoded urls
parent
733829ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/ui/screens/login/LoginScreen.js
View file @
30a7816a
...
...
@@ -75,10 +75,10 @@ class LoginScreen extends Component {
textStyle
=
{
styles
.
loginButtonText
}
underlayColor
=
{
Colors
.
white
}
/
>
<
Text
style
=
{
styles
.
linkText
}
onPress
=
{()
=>
openUrl
(
`
${
url
}
/password_reset/`
)}
>
<
Text
style
=
{
styles
.
linkText
}
onPress
=
{()
=>
openUrl
(
`
${
url
}
/
user/
password_reset/`
)}
>
{
t
(
'
Forgot password?
'
)}
<
/Text
>
<
Text
style
=
{
styles
.
linkText
}
onPress
=
{()
=>
openUrl
(
`
${
url
}
/
registration
/`
)}
>
<
Text
style
=
{
styles
.
linkText
}
onPress
=
{()
=>
openUrl
(
`
${
url
}
/
association/register
/`
)}
>
{
t
(
'
Become a member
'
)}
<
/Text
>
<
/View
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment