1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-06 03:00:36 -05:00

[PM-20650] Adding feature flag to server for Remove Card Item Type policy (#5830)

* Adding feature flag to server for Remove Card Item Type policy

* Updating new feature flag name
This commit is contained in:
cd-bitwarden 2025-05-28 10:37:10 -04:00 committed by GitHub
parent 4f326da8da
commit 31b6b47eac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,6 +202,7 @@ public static class FeatureFlagKeys
public const string EndUserNotifications = "pm-10609-end-user-notifications";
public const string SeparateCustomRolePermissions = "pm-19917-separate-custom-role-permissions";
public const string PhishingDetection = "phishing-detection";
public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy";
public static List<string> GetAllKeys()
{