mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
clear cache on logout (#1375)
This commit is contained in:
@@ -249,7 +249,8 @@ namespace Bit.App
|
||||
_collectionService.ClearAsync(userId),
|
||||
_passwordGenerationService.ClearAsync(),
|
||||
_vaultTimeoutService.ClearAsync(),
|
||||
_stateService.PurgeAsync());
|
||||
_stateService.PurgeAsync(),
|
||||
_deviceActionService.ClearCacheAsync());
|
||||
_vaultTimeoutService.BiometricLocked = true;
|
||||
_searchService.ClearIndex();
|
||||
_authService.LogOut(() =>
|
||||
|
||||
Reference in New Issue
Block a user