From 51c80a8f8eb0691cc26e5fb65dc3214e72987d1d Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Fri, 6 Mar 2020 11:16:26 +0200 Subject: [PATCH] [#9630] Clear keycard's app info before showing login screen --- src/status_im/events.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/status_im/events.cljs b/src/status_im/events.cljs index 99d4495e5b..322feed6ff 100644 --- a/src/status_im/events.cljs +++ b/src/status_im/events.cljs @@ -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