1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[PM-13790] Remove RefactorOrganizationUserApi feature flag (#11662)

This commit is contained in:
Thomas Rittson
2024-10-25 10:16:59 +10:00
committed by GitHub
parent 877d379f86
commit 55cd435279
4 changed files with 3 additions and 23 deletions

View File

@@ -810,10 +810,7 @@ export class ServiceContainer {
this.providerApiService = new ProviderApiService(this.apiService);
this.organizationUserApiService = new DefaultOrganizationUserApiService(
this.apiService,
this.configService,
);
this.organizationUserApiService = new DefaultOrganizationUserApiService(this.apiService);
this.cipherAuthorizationService = new DefaultCipherAuthorizationService(
this.collectionService,