From 10ea6a86e391a56cf01e4a6aaa1ddf0bf96c91de Mon Sep 17 00:00:00 2001 From: Matt Portune <59324545+mportune-bw@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:38:49 -0400 Subject: [PATCH] clear cache on logout (#1375) --- src/App/App.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index c2d424380..70714f83c 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -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(() =>