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(() =>