1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +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

@@ -972,7 +972,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: OrganizationUserApiService,
useClass: DefaultOrganizationUserApiService,
deps: [ApiServiceAbstraction, ConfigService],
deps: [ApiServiceAbstraction],
}),
safeProvider({
provide: PasswordResetEnrollmentServiceAbstraction,