mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
added feature flag constant for vault bullk management action (#4075)
This commit is contained in:
@ -140,6 +140,7 @@ public static class FeatureFlagKeys
|
||||
public const string AnhFcmv1Migration = "anh-fcmv1-migration";
|
||||
public const string ExtensionRefresh = "extension-refresh";
|
||||
public const string RestrictProviderAccess = "restrict-provider-access";
|
||||
public const string VaultBulkManagementAction = "vault-bulk-management-action";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Reference in New Issue
Block a user