1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 17:13:24 +00:00

key connector service explicit user id

This commit is contained in:
Maciej Zieniuk
2025-03-10 23:46:13 +00:00
parent 578668e7d0
commit b0d09c8b24
5 changed files with 34 additions and 32 deletions

View File

@@ -560,7 +560,6 @@ export class ServiceContainer {
this.policyApiService = new PolicyApiService(this.policyService, this.apiService);
this.keyConnectorService = new KeyConnectorService(
this.accountService,
this.masterPasswordService,
this.keyService,
this.apiService,