fix(@desktop/onboarding): if you fail your login once, it doesn't work after ever

Closes: #10173
This commit is contained in:
Sale Djenic 2023-04-05 09:15:43 +02:00 committed by saledjenic
parent 6d7fda53f6
commit e950162bbc
1 changed files with 0 additions and 2 deletions

View File

@ -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("")