mirror of
https://github.com/bitwarden/server.git
synced 2025-06-07 03:30:32 -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:
parent
4f326da8da
commit
31b6b47eac
@ -202,6 +202,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string EndUserNotifications = "pm-10609-end-user-notifications";
|
public const string EndUserNotifications = "pm-10609-end-user-notifications";
|
||||||
public const string SeparateCustomRolePermissions = "pm-19917-separate-custom-role-permissions";
|
public const string SeparateCustomRolePermissions = "pm-19917-separate-custom-role-permissions";
|
||||||
public const string PhishingDetection = "phishing-detection";
|
public const string PhishingDetection = "phishing-detection";
|
||||||
|
public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user