don't carry card status on logout

Signed-off-by: Michele Balistreri <michele@bitgamma.com>
This commit is contained in:
Michele Balistreri 2021-08-05 11:04:14 +02:00
parent 85fcabe249
commit d5396f6b18
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{:db (assoc app-db {:db (assoc app-db
:network/type type :network/type type
:keycard/banner-hidden banner-hidden :keycard/banner-hidden banner-hidden
:keycard (dissoc keycard :secrets) :keycard (dissoc keycard :secrets :pin :application-info)
:supported-biometric-auth supported-biometric-auth :supported-biometric-auth supported-biometric-auth
:app-active-since (or app-active-since now) :app-active-since (or app-active-since now)
:goto-key-storage? goto-key-storage? :goto-key-storage? goto-key-storage?