1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +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.encryptService,
this.logService,
this.cryptoFunctionService,
);
this.kdfConfigService = new DefaultKdfConfigService(this.stateProvider);