1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 02:54:32 -05:00

Add GroupsComponentRefactor feature flag (#4441)

This commit is contained in:
Thomas Rittson 2024-07-03 01:11:54 +10:00 committed by GitHub
parent e8c5d73062
commit 43afcd8968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,6 +133,7 @@ public static class FeatureFlagKeys
public const string BlockLegacyUsers = "block-legacy-users";
public const string InlineMenuFieldQualification = "inline-menu-field-qualification";
public const string TwoFactorComponentRefactor = "two-factor-component-refactor";
public const string GroupsComponentRefactor = "groups-component-refactor";
public static List<string> GetAllKeys()
{