[#11842] Fix login after restoring existing account
This commit is contained in:
parent
9c7c796e02
commit
ff02219080
|
@ -504,7 +504,7 @@
|
||||||
(fx/merge
|
(fx/merge
|
||||||
cofx
|
cofx
|
||||||
{:db (-> db
|
{:db (-> db
|
||||||
(dissoc :intro-wizard)
|
(dissoc :intro-wizard :recovered-account?)
|
||||||
(update :keycard dissoc :application-info))}
|
(update :keycard dissoc :application-info))}
|
||||||
(open-login (select-keys multiaccount [:key-uid :name :public-key :identicon :images])))))
|
(open-login (select-keys multiaccount [:key-uid :name :public-key :identicon :images])))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue