1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[PM-23789][PM-237090][PM-23791][PM-23792] - [Web][Desktop][Browser] - Do not import cards if policy is enabled (#15740)

* restrict item types in import

* add comment

* fix spec

* fix dep

* clean up logic
This commit is contained in:
Jordan Aasen
2025-07-23 10:37:40 -07:00
committed by GitHub
parent d45cacc1af
commit fe1c040993
5 changed files with 20 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ const safeProviders: SafeProvider[] = [
PinServiceAbstraction,
AccountService,
SdkService,
RestrictedItemTypesService,
],
}),
];