don't carry card status on logout
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
This commit is contained in:
parent
85fcabe249
commit
d5396f6b18
|
@ -20,7 +20,7 @@
|
|||
{:db (assoc app-db
|
||||
:network/type type
|
||||
:keycard/banner-hidden banner-hidden
|
||||
:keycard (dissoc keycard :secrets)
|
||||
:keycard (dissoc keycard :secrets :pin :application-info)
|
||||
:supported-biometric-auth supported-biometric-auth
|
||||
:app-active-since (or app-active-since now)
|
||||
:goto-key-storage? goto-key-storage?
|
||||
|
|
Loading…
Reference in New Issue