1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +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 jaasen-livefront
parent 4fcc0644ec
commit 8a7bfefad3
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);