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:
parent
a5ec675cc8
commit
6a0eae417d
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user