1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Cleaned up more DI

This commit is contained in:
Todd Martin
2025-02-01 21:24:17 -05:00
parent 94d3c80554
commit f4a338f246
2 changed files with 2 additions and 2 deletions

View File

@@ -674,7 +674,7 @@ export default class MainBackground {
this.messagingService,
);
this.appIdService = new AppIdService(this.storageService, this.logService);
this.appIdService = new AppIdService(this.storageService);
this.userDecryptionOptionsService = new UserDecryptionOptionsService(this.stateProvider);
this.organizationService = new DefaultOrganizationService(this.stateProvider);

View File

@@ -446,7 +446,7 @@ export class ServiceContainer {
this.kdfConfigService,
);
this.appIdService = new AppIdService(this.storageService, this.logService);
this.appIdService = new AppIdService(this.storageService);
const customUserAgent =
"Bitwarden_CLI/" +