[#11842] Fix login after restoring existing account

This commit is contained in:
Roman Volosovskyi 2021-03-05 12:29:41 +02:00
parent 9c7c796e02
commit ff02219080
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@
(fx/merge
cofx
{:db (-> db
(dissoc :intro-wizard)
(dissoc :intro-wizard :recovered-account?)
(update :keycard dissoc :application-info))}
(open-login (select-keys multiaccount [:key-uid :name :public-key :identicon :images])))))