Skip to content

Commit

Permalink
fix navigation screen name
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Aug 24, 2023
1 parent 7064549 commit d4ac4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default function AuthPage({ navigation, route }: TAuthPageProps) {
return
}
// show explainer
navigation.navigate('explainer')
navigation.navigate('onboarding')
}
// conditional rendering dots of pin input
const shouldShowPinSection = () => (
Expand Down

0 comments on commit d4ac4e6

Please sign in to comment.