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