1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

Added DI for CLI.

This commit is contained in:
Todd Martin
2025-11-22 19:09:40 -05:00
parent f69602850f
commit 36f88c2038

View File

@@ -805,7 +805,7 @@ export class ServiceContainer {
);
const biometricService = new CliBiometricsService();
const logoutService = new DefaultLogoutService(this.messagingService);
const logoutService = new DefaultLogoutService(this.messagingService, this.logService);
const processReloadService = new CliProcessReloadService();
const systemService = new CliSystemService();
this.lockService = new DefaultLockService(