[#9494] Don't show "Your key recovered" screen on account creation
This commit is contained in:
parent
6db7495423
commit
da6542e8ef
|
@ -71,6 +71,7 @@
|
||||||
{:events [:multiaccounts.create.ui/intro-wizard]}
|
{:events [:multiaccounts.create.ui/intro-wizard]}
|
||||||
[{:keys [db] :as cofx} first-time-setup?]
|
[{:keys [db] :as cofx} first-time-setup?]
|
||||||
(fx/merge cofx
|
(fx/merge cofx
|
||||||
|
{:db (update db :hardwallet dissoc :flow)}
|
||||||
(prepare-intro-wizard first-time-setup?)
|
(prepare-intro-wizard first-time-setup?)
|
||||||
(navigation/navigate-to-cofx :create-multiaccount-generate-key nil)))
|
(navigation/navigate-to-cofx :create-multiaccount-generate-key nil)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue