Skip to content

Commit

Permalink
Fix brave/brave-ios#8120: Dismiss verify recovery phrases from Accoun…
Browse files Browse the repository at this point in the history
…t Tab's backup (brave/brave-ios#8124)
  • Loading branch information
nuo-xu committed Sep 22, 2023
1 parent d9b4463 commit 8e95649
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ struct VerifyRecoveryPhraseView: View {
Preferences.Wallet.isOnboardingCompleted.value = true
} else { // coming from BackUpWalletView
keyringStore.notifyWalletBackupComplete()
modalPresentationMode = false
}
} else {
// next check
Expand Down

0 comments on commit 8e95649

Please sign in to comment.