Skip to content

Commit

Permalink
Fix router call
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 29, 2024
1 parent 9470964 commit 85438f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth/signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function SignUpScreen() {

if (error) Alert.alert(error.message);
else
router.push({
router.replace({
pathname: '/auth/verify',
params: { finalRedirect: 'onboarding' },
});
Expand Down

0 comments on commit 85438f7

Please sign in to comment.