1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00
This commit is contained in:
Matt Portune
2022-01-17 21:58:04 -05:00
parent 120fb70039
commit 65739489a7
43 changed files with 893 additions and 1068 deletions

View File

@@ -181,7 +181,7 @@ namespace Bit.Core.Services
public async Task ClearAsync(string userId)
{
await _stateService.SetEncryptedCollectionsAsync(null, new StorageOptions { UserId = userId });
await _stateService.SetEncryptedCollectionsAsync(null, userId);
_decryptedCollectionCache = null;
}