1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Added create-client-organization.component (#8767)

This commit is contained in:
Alex Morask
2024-04-18 08:36:38 -04:00
committed by GitHub
parent cbaf3462c1
commit 1e0ad09757
17 changed files with 409 additions and 26 deletions

View File

@@ -1051,10 +1051,12 @@ const safeProviders: SafeProvider[] = [
provide: OrganizationBillingServiceAbstraction,
useClass: OrganizationBillingService,
deps: [
ApiServiceAbstraction,
CryptoServiceAbstraction,
EncryptService,
I18nServiceAbstraction,
OrganizationApiServiceAbstraction,
SyncServiceAbstraction,
],
}),
safeProvider({