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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user