1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00
This commit is contained in:
Bernd Schoolmann
2025-10-22 04:46:04 +02:00
parent 81f86e22c2
commit 6b4d8fda15

View File

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