Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL KI Ganjil 2021 2022
Clicks - Ecosystem Business
clicks-frontend
Commits
70bec840
Commit
70bec840
authored
Oct 10, 2021
by
Abraham Rudolf Brahmana
Browse files
fix: Fix change password navigation
parent
cc54f4e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/screens/profile/AccountSettingsScreen.tsx
View file @
70bec840
...
...
@@ -145,7 +145,7 @@ export default function AccountSettingsScreen({
<
View
style
=
{
styles
.
componentWrapper
}
>
<
Button
onPress
=
{
()
=>
nav
.
navigate
(
"
Profile
"
,
{
screen
:
"
AccountSettings
"
})
nav
.
navigate
(
"
Profile
"
,
{
screen
:
"
ChangePassword
"
})
}
title
=
"Change Password"
/>
...
...
src/screens/profile/ChangePasswordScreen.tsx
View file @
70bec840
...
...
@@ -48,7 +48,7 @@ const ChangePasswordScreen = ({
<
View
style
=
{
styles
.
componentWrapper
}
>
<
TouchableOpacity
onPress
=
{
()
=>
{
nav
.
navigate
(
"
Auth
"
,
{
screen
:
"
Input
ForgotPassword
"
});
nav
.
navigate
(
"
Auth
"
,
{
screen
:
"
ForgotPassword
Input
"
});
}
}
>
<
Text
style
=
{
styles
.
link
}
>
Lupa password lama anda?
</
Text
>
...
...
Write
Preview
Supports
Markdown
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