Skip to content

Commit

Permalink
Merge pull request #346 from Foundation-Devices/SFT-2019-restore-seed…
Browse files Browse the repository at this point in the history
…-flow-crash

SFT-2019: restore seed flow crash
  • Loading branch information
jeandudey committed Jun 26, 2023
2 parents 722697f + abf7803 commit 0fb1961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def do_restore(self):
if self.full_backup:
if error_2 is not None or self.backup_code != new_backup_code:
await InfoPage("You will receive a new Backup Code to use with your new Passport.").show()
await BackupFlow(self.backup_code).run()
await BackupFlow().run()
elif self.autobackup:
await AutoBackupFlow(offer=True).run()

Expand Down

0 comments on commit 0fb1961

Please sign in to comment.