mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
Revert "[AC-1139] Fixed circular dependency"
This reverts commit 6484420976.
This commit is contained in:
@@ -623,7 +623,7 @@ import { ModalService } from "./modal.service";
|
|||||||
{
|
{
|
||||||
provide: OrganizationServiceAbstraction,
|
provide: OrganizationServiceAbstraction,
|
||||||
useClass: OrganizationService,
|
useClass: OrganizationService,
|
||||||
deps: [StateServiceAbstraction],
|
deps: [StateServiceAbstraction, ConfigServiceAbstraction],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
provide: InternalOrganizationServiceAbstraction,
|
provide: InternalOrganizationServiceAbstraction,
|
||||||
|
|||||||
Reference in New Issue
Block a user