[#9494] Don't show "Your key recovered" screen on account creation

This commit is contained in:
Roman Volosovskyi 2019-12-04 15:36:52 +02:00
parent 6db7495423
commit da6542e8ef
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
{:events [:multiaccounts.create.ui/intro-wizard]}
[{:keys [db] :as cofx} first-time-setup?]
(fx/merge cofx
{:db (update db :hardwallet dissoc :flow)}
(prepare-intro-wizard first-time-setup?)
(navigation/navigate-to-cofx :create-multiaccount-generate-key nil)))