mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Show account mneumonic in onboarding (#162)
This commit is contained in:
@@ -45,7 +45,7 @@ const AccountVerifiedSuccessScreen: React.FC = () => {
|
||||
</YStack>
|
||||
<PrimaryButton
|
||||
onPress={() => {
|
||||
navigation.navigate('Home');
|
||||
navigation.navigate('SaveRecoveryPhrase');
|
||||
}}
|
||||
>
|
||||
Continue
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user