1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 11:04:31 -05:00

added feature flag constant for vault bullk management action (#4075)

This commit is contained in:
SmithThe4th 2024-05-14 09:45:50 -04:00 committed by GitHub
parent 9b9318caac
commit b960d25c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
{