mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
wip
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user