1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 02:51:24 +00:00

Fix build on cli

This commit is contained in:
Bernd Schoolmann
2025-07-16 17:07:17 +02:00
parent 08e0a75515
commit 3ce19e00a0

View File

@@ -437,6 +437,7 @@ export class ServiceContainer {
this.keyGenerationService, this.keyGenerationService,
this.encryptService, this.encryptService,
this.logService, this.logService,
this.cryptoFunctionService,
); );
this.kdfConfigService = new DefaultKdfConfigService(this.stateProvider); this.kdfConfigService = new DefaultKdfConfigService(this.stateProvider);