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:
@@ -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);
|
||||
|
||||
@@ -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/" +
|
||||
|
||||
Reference in New Issue
Block a user