1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[PM-21794] - remove RemoveCardItemTypePolicy flag (#16450)

* remove restricted item types flag

* fix RestrictedItemTypesService constructor
This commit is contained in:
Jordan Aasen
2025-09-18 09:53:01 -07:00
committed by GitHub
parent 57705791db
commit 4b78da1623
7 changed files with 36 additions and 64 deletions

View File

@@ -692,7 +692,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: RestrictedItemTypesService,
useClass: RestrictedItemTypesService,
deps: [ConfigService, AccountService, OrganizationServiceAbstraction, PolicyServiceAbstraction],
deps: [AccountService, OrganizationServiceAbstraction, PolicyServiceAbstraction],
}),
safeProvider({
provide: PasswordStrengthServiceAbstraction,