mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00: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