Skip to content

Commit

Permalink
fix(password-hint-color): Changed redirect from Settings to back
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed Nov 19, 2021
1 parent 7be90c8 commit c94d639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function changePasswordAndNavigate(oldPassword, password) {
return;
}

Navigation.navigate(ROUTES.SETTINGS);
Navigation.goBack();
})
.finally(() => {
Onyx.merge(ONYXKEYS.ACCOUNT, {loading: false});
Expand Down

0 comments on commit c94d639

Please sign in to comment.