mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 10:46:21 +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])]
|
(get-in db [:multiaccounts/multiaccounts key-uid])]
|
||||||
(fx/merge
|
(fx/merge
|
||||||
cofx
|
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.login/open-login key-uid photo-path name public-key)))))
|
||||||
|
|
||||||
;; multiaccounts logout module
|
;; multiaccounts logout module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user