Skip to content

Commit

Permalink
fix(settings): Updates navigation from ChangePin2 to ChangePin
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyphillips committed Apr 22, 2024
1 parent 9af4b93 commit 2105f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Settings/Security/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const SecuritySettings = ({
navigation.navigate('AuthCheck', {
onSuccess: () => {
navigation.pop();
navigation.navigate('ChangePin2');
navigation.navigate('ChangePin');
},
});
},
Expand Down

0 comments on commit 2105f50

Please sign in to comment.