mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Policy-Api: Remove dependency on OrgService (#4431)
This commit is contained in:
committed by
GitHub
parent
794f1193db
commit
fa13cab220
@@ -494,12 +494,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
|
||||
{
|
||||
provide: PolicyApiServiceAbstraction,
|
||||
useClass: PolicyApiService,
|
||||
deps: [
|
||||
PolicyServiceAbstraction,
|
||||
ApiServiceAbstraction,
|
||||
StateServiceAbstraction,
|
||||
OrganizationServiceAbstraction,
|
||||
],
|
||||
deps: [PolicyServiceAbstraction, ApiServiceAbstraction, StateServiceAbstraction],
|
||||
},
|
||||
{
|
||||
provide: SendServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user