1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[PM-28370] fix defect for self-hosted metadata (#17464)

This commit is contained in:
Kyle Denney
2025-11-18 15:24:36 -06:00
committed by GitHub
parent bf8976ca66
commit fde1e26ad9
5 changed files with 51 additions and 3 deletions

View File

@@ -1451,7 +1451,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: OrganizationMetadataServiceAbstraction,
useClass: DefaultOrganizationMetadataService,
deps: [BillingApiServiceAbstraction, ConfigService],
deps: [BillingApiServiceAbstraction, ConfigService, PlatformUtilsServiceAbstraction],
}),
safeProvider({
provide: BillingAccountProfileStateService,