1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00

Added MemberAccessReport to feature flags (#4114)

This commit is contained in:
aj-rosado 2024-05-24 16:51:32 +01:00 committed by GitHub
parent a5ec675cc8
commit 6a0eae417d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ public static class FeatureFlagKeys
public const string RestrictProviderAccess = "restrict-provider-access";
public const string VaultBulkManagementAction = "vault-bulk-management-action";
public const string BulkDeviceApproval = "bulk-device-approval";
public const string MemberAccessReport = "ac-2059-member-access-report";
public static List<string> GetAllKeys()
{