1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

PM-16685 - Web - Fix locking (#12722)

This commit is contained in:
Jared Snider
2025-01-06 18:56:21 -05:00
committed by GitHub
parent 15faf52f57
commit 1075d7a798

View File

@@ -138,7 +138,7 @@ export class VaultTimeoutService implements VaultTimeoutServiceAbstraction {
await this.collectionService.clearActiveUserCache();
}
await this.folderService.clearDecryptedFolderState(userId);
await this.folderService.clearDecryptedFolderState(lockingUserId);
await this.masterPasswordService.clearMasterKey(lockingUserId);
await this.stateService.setUserKeyAutoUnlock(null, { userId: lockingUserId });