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

Add members page FF (#4457)

This commit is contained in:
Alex Morask 2024-07-09 09:09:19 -04:00 committed by GitHub
parent d85fbf9f01
commit 25dcdb8c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,6 +135,7 @@ public static class FeatureFlagKeys
public const string InlineMenuFieldQualification = "inline-menu-field-qualification";
public const string TwoFactorComponentRefactor = "two-factor-component-refactor";
public const string GroupsComponentRefactor = "groups-component-refactor";
public const string AC2828_ProviderPortalMembersPage = "AC-2828_provider-portal-members-page";
public static List<string> GetAllKeys()
{