1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Override deprecated values on sync

This commit is contained in:
Thomas Rittson
2023-11-23 14:04:42 +10:00
parent a6e3d4d244
commit f0c25a6996
3 changed files with 34 additions and 2 deletions

View File

@@ -616,7 +616,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
{
provide: OrganizationServiceAbstraction,
useClass: OrganizationService,
deps: [StateServiceAbstraction],
deps: [StateServiceAbstraction, ConfigServiceAbstraction],
},
{
provide: InternalOrganizationServiceAbstraction,