mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-26 16:57:59 +01:00
clear keys on logout
This commit is contained in:
parent
58c5c55d09
commit
51ae3fc62f
@ -193,7 +193,7 @@ namespace Bit.App.Services
|
||||
_tokenService.AuthBearer = null;
|
||||
UserId = null;
|
||||
Email = null;
|
||||
_cryptoService.Key = null;
|
||||
_cryptoService.ClearKeys();
|
||||
_settings.Remove(Constants.FirstVaultLoad);
|
||||
_settings.Remove(Constants.PushLastRegistrationDate);
|
||||
_settings.Remove(Constants.Locked);
|
||||
|
Loading…
Reference in New Issue
Block a user