mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
Fix
This commit is contained in:
@@ -1082,7 +1082,7 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: MasterPasswordUnlockService,
|
||||
useClass: DefaultMasterPasswordUnlockService,
|
||||
deps: [InternalMasterPasswordServiceAbstraction, KeyService],
|
||||
deps: [InternalMasterPasswordServiceAbstraction, KeyService, KdfConfigService],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: KeyConnectorServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user