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