mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
fix(@desktop/onboarding): if you fail your login once, it doesn't work after ever
Closes: #10173
This commit is contained in:
parent
6d7fda53f6
commit
e950162bbc
@ -306,8 +306,6 @@ proc getRecoverUsingSeedPhraseWhileLogin*(self: Controller): bool =
|
|||||||
return self.tmpRecoverUsingSeedPhraseWhileLogin
|
return self.tmpRecoverUsingSeedPhraseWhileLogin
|
||||||
|
|
||||||
proc cleanTmpData(self: Controller) =
|
proc cleanTmpData(self: Controller) =
|
||||||
self.tmpSelectedLoginAccountKeyUid = ""
|
|
||||||
self.tmpSelectedLoginAccountIsKeycardAccount = false
|
|
||||||
self.tmpProfileImageDetails = ProfileImageDetails()
|
self.tmpProfileImageDetails = ProfileImageDetails()
|
||||||
self.tmpKeychainErrorOccurred = false
|
self.tmpKeychainErrorOccurred = false
|
||||||
self.setDisplayName("")
|
self.setDisplayName("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user