mirror of
https://github.com/bitwarden/android.git
synced 2026-06-09 08:09:16 -05:00
Clear the users auto-unlock key on logout (#561)
This commit is contained in:
committed by
Álison Fernandes
parent
125c304d12
commit
3c00a41d84
@@ -256,6 +256,7 @@ class AuthRepositoryImpl constructor(
|
||||
authDiskSource.apply {
|
||||
storeUserKey(userId = userId, userKey = null)
|
||||
storePrivateKey(userId = userId, privateKey = null)
|
||||
storeUserAutoUnlockKey(userId = userId, userAutoUnlockKey = null)
|
||||
storeOrganizationKeys(userId = userId, organizationKeys = null)
|
||||
storeOrganizations(userId = userId, organizations = null)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user