mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-23 02:31:26 +01:00
PM-16685 - Web - Fix locking (#12722)
This commit is contained in:
parent
15faf52f57
commit
1075d7a798
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user