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…
Reference in New Issue