mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 11:01:17 +00:00
Fix build on cli
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user