1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-17 18:09:17 +00:00

Merge branch 'km/update-legacy-kdf' into km/auto-kdf

This commit is contained in:
Bernd Schoolmann
2025-10-22 04:53:02 +02:00
92 changed files with 405 additions and 39 deletions

View File

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