mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
fix(@desktop/onboarding): wrong screen when logging in with incorrect password
Fixes: #10819
This commit is contained in:
parent
e8c4199ed1
commit
32b9d72246
@ -421,6 +421,7 @@ method onNodeLogin*[T](self: Module[T], error: string) =
|
|||||||
else:
|
else:
|
||||||
self.moveToStartupState()
|
self.moveToStartupState()
|
||||||
if currStateObj.flowType() == state.FlowType.AppLogin:
|
if currStateObj.flowType() == state.FlowType.AppLogin:
|
||||||
|
if self.controller.isSelectedLoginAccountKeycardAccount():
|
||||||
self.view.setCurrentStartupState(newLoginState(state.FlowType.AppLogin, nil))
|
self.view.setCurrentStartupState(newLoginState(state.FlowType.AppLogin, nil))
|
||||||
self.controller.runLoginFlow()
|
self.controller.runLoginFlow()
|
||||||
self.emitAccountLoginError(error)
|
self.emitAccountLoginError(error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user