mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 08:12:26 +03:00
clear keys on logout
This commit is contained in:
parent
58c5c55d09
commit
51ae3fc62f
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ namespace Bit.App.Services
|
||||||
_tokenService.AuthBearer = null;
|
_tokenService.AuthBearer = null;
|
||||||
UserId = null;
|
UserId = null;
|
||||||
Email = null;
|
Email = null;
|
||||||
_cryptoService.Key = null;
|
_cryptoService.ClearKeys();
|
||||||
_settings.Remove(Constants.FirstVaultLoad);
|
_settings.Remove(Constants.FirstVaultLoad);
|
||||||
_settings.Remove(Constants.PushLastRegistrationDate);
|
_settings.Remove(Constants.PushLastRegistrationDate);
|
||||||
_settings.Remove(Constants.Locked);
|
_settings.Remove(Constants.Locked);
|
||||||
|
|
Loading…
Reference in a new issue