mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 02:23:25 +00:00
key connector reactive
This commit is contained in:
@@ -563,6 +563,7 @@ export class ServiceContainer {
|
||||
this.policyApiService = new PolicyApiService(this.policyService, this.apiService);
|
||||
|
||||
this.keyConnectorService = new KeyConnectorService(
|
||||
this.accountService,
|
||||
this.masterPasswordService,
|
||||
this.keyService,
|
||||
this.apiService,
|
||||
@@ -572,6 +573,7 @@ export class ServiceContainer {
|
||||
this.keyGenerationService,
|
||||
logoutCallback,
|
||||
this.stateProvider,
|
||||
this.messagingService,
|
||||
);
|
||||
|
||||
this.twoFactorService = new TwoFactorService(
|
||||
|
||||
Reference in New Issue
Block a user