1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

Fix cli build

This commit is contained in:
Bernd Schoolmann
2025-10-21 17:55:25 +02:00
parent 9f5497dba8
commit 81f86e22c2

View File

@@ -489,6 +489,7 @@ export class ServiceContainer {
this.masterPasswordUnlockService = new DefaultMasterPasswordUnlockService(
this.masterPasswordService,
this.keyService,
this.kdfConfigService,
);
this.appIdService = new AppIdService(this.storageService, this.logService);