mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-26 16:57:59 +01:00
clear cache on logout (#1375)
This commit is contained in:
parent
3b2b37b3b0
commit
10ea6a86e3
@ -249,7 +249,8 @@ namespace Bit.App
|
|||||||
_collectionService.ClearAsync(userId),
|
_collectionService.ClearAsync(userId),
|
||||||
_passwordGenerationService.ClearAsync(),
|
_passwordGenerationService.ClearAsync(),
|
||||||
_vaultTimeoutService.ClearAsync(),
|
_vaultTimeoutService.ClearAsync(),
|
||||||
_stateService.PurgeAsync());
|
_stateService.PurgeAsync(),
|
||||||
|
_deviceActionService.ClearCacheAsync());
|
||||||
_vaultTimeoutService.BiometricLocked = true;
|
_vaultTimeoutService.BiometricLocked = true;
|
||||||
_searchService.ClearIndex();
|
_searchService.ClearIndex();
|
||||||
_authService.LogOut(() =>
|
_authService.LogOut(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user