1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +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

@@ -1104,7 +1104,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: MasterPasswordUnlockService,
useClass: DefaultMasterPasswordUnlockService,
deps: [InternalMasterPasswordServiceAbstraction, KeyService],
deps: [InternalMasterPasswordServiceAbstraction, KeyService, KdfConfigService],
}),
safeProvider({
provide: KeyConnectorServiceAbstraction,