1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 02:23:25 +00:00

key connector reactive

This commit is contained in:
Maciej Zieniuk
2025-03-25 11:16:51 +00:00
parent 1bda7d44fb
commit 60dc468814
6 changed files with 45 additions and 15 deletions

View File

@@ -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(