Skip to content

Commit

Permalink
fix(@desktop/onboarding): if you fail your login once, it doesn't wor…
Browse files Browse the repository at this point in the history
…k after ever

Closes: #10173
  • Loading branch information
saledjenic committed Apr 5, 2023
1 parent 6d7fda5 commit e950162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/modules/startup/controller.nim
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ proc getRecoverUsingSeedPhraseWhileLogin*(self: Controller): bool =
return self.tmpRecoverUsingSeedPhraseWhileLogin

proc cleanTmpData(self: Controller) =
self.tmpSelectedLoginAccountKeyUid = ""
self.tmpSelectedLoginAccountIsKeycardAccount = false
self.tmpProfileImageDetails = ProfileImageDetails()
self.tmpKeychainErrorOccurred = false
self.setDisplayName("")
Expand Down

0 comments on commit e950162

Please sign in to comment.