mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
[#9630] Clear keycard's app info before showing login screen
This commit is contained in:
parent
8b3c7f29b2
commit
51c80a8f8e
@ -139,7 +139,9 @@
|
||||
(get-in db [:multiaccounts/multiaccounts key-uid])]
|
||||
(fx/merge
|
||||
cofx
|
||||
{:db (dissoc db :intro-wizard)}
|
||||
{:db (-> db
|
||||
(dissoc :intro-wizard)
|
||||
(update :hardwallet dissoc :application-info))}
|
||||
(multiaccounts.login/open-login key-uid photo-path name public-key)))))
|
||||
|
||||
;; multiaccounts logout module
|
||||
|
Loading…
x
Reference in New Issue
Block a user