Show account mneumonic in onboarding (#162)

This commit is contained in:
Aaron DeRuvo
2025-02-19 16:19:51 +01:00
committed by GitHub
parent 7c45817783
commit 794fd35846
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ const AccountVerifiedSuccessScreen: React.FC = () => {
</YStack>
<PrimaryButton
onPress={() => {
navigation.navigate('Home');
navigation.navigate('SaveRecoveryPhrase');
}}
>
Continue

View File

@@ -85,6 +85,7 @@ const LoadingScreen: React.FC = () => {
console.log(
'Passport is registered already. Skipping to HomeScreen',
);
// Should this go the to AccountVerified Screen too?
navigation.navigate('Home');
return;
}