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

[PM-26498] Add proofOfDecryption method to MasterPasswordUnlockService (#17322)

* Add proofOfDecryption method to MasterPasswordUnlockService
This commit is contained in:
Thomas Avery
2025-11-13 14:06:56 -06:00
committed by GitHub
parent e88720d4ed
commit 35f35c4361
5 changed files with 148 additions and 3 deletions

View File

@@ -495,6 +495,7 @@ export class ServiceContainer {
this.masterPasswordUnlockService = new DefaultMasterPasswordUnlockService(
this.masterPasswordService,
this.keyService,
this.logService,
);
this.appIdService = new AppIdService(this.storageService, this.logService);