mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
fix(@desktop/onboarding): display the app, then init the profile
This commit is contained in:
parent
2c6d835a42
commit
153cfeb138
@ -164,9 +164,9 @@ proc mainProc() =
|
|||||||
login.reset()
|
login.reset()
|
||||||
onboarding.reset()
|
onboarding.reset()
|
||||||
|
|
||||||
status.events.emit("loginCompleted", args)
|
|
||||||
login.moveToAppState()
|
login.moveToAppState()
|
||||||
onboarding.moveToAppState()
|
onboarding.moveToAppState()
|
||||||
|
status.events.emit("loginCompleted", args)
|
||||||
|
|
||||||
status.events.once("loginCompleted") do(a: Args):
|
status.events.once("loginCompleted") do(a: Args):
|
||||||
var args = AccountArgs(a)
|
var args = AccountArgs(a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user