mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
feat: add folder.clear warning (#16376)
This commit is contained in:
@@ -144,6 +144,7 @@ export class VaultTimeoutService implements VaultTimeoutServiceAbstraction {
|
||||
|
||||
await this.searchService.clearIndex(lockingUserId);
|
||||
|
||||
// ! DO NOT REMOVE folderService.clearDecryptedFolderState ! For more information see PM-25660
|
||||
await this.folderService.clearDecryptedFolderState(lockingUserId);
|
||||
await this.masterPasswordService.clearMasterKey(lockingUserId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user