mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Policy-Api: Remove dependency on OrgService (#4431)
This commit is contained in:
committed by
GitHub
parent
794f1193db
commit
fa13cab220
@@ -328,8 +328,7 @@ export default class MainBackground {
|
||||
this.policyApiService = new PolicyApiService(
|
||||
this.policyService,
|
||||
this.apiService,
|
||||
this.stateService,
|
||||
this.organizationService
|
||||
this.stateService
|
||||
);
|
||||
this.keyConnectorService = new KeyConnectorService(
|
||||
this.stateService,
|
||||
|
||||
Reference in New Issue
Block a user