1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

Fix build

This commit is contained in:
Bernd Schoolmann
2025-07-16 20:41:48 +02:00
parent a12e4e0a5f
commit 28a5c91034

View File

@@ -431,6 +431,7 @@ export class ServiceContainer {
migrationRunner,
);
this.kdfConfigService = new DefaultKdfConfigService(this.stateProvider);
this.masterPasswordService = new MasterPasswordService(
this.stateProvider,
this.stateService,
@@ -438,10 +439,10 @@ export class ServiceContainer {
this.encryptService,
this.logService,
this.cryptoFunctionService,
this.kdfConfigService,
this.accountService,
);
this.kdfConfigService = new DefaultKdfConfigService(this.stateProvider);
this.pinService = new PinService(
this.accountService,
this.cryptoFunctionService,