1
0
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:
Rui Tome
2023-11-28 12:56:27 +00:00
parent 108de73faa
commit 5114eac558

View File

@@ -623,7 +623,7 @@ import { ModalService } from "./modal.service";
{
provide: OrganizationServiceAbstraction,
useClass: OrganizationService,
deps: [StateServiceAbstraction],
deps: [StateServiceAbstraction, ConfigServiceAbstraction],
},
{
provide: InternalOrganizationServiceAbstraction,