mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
clear keys on logout
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user