mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
Add GroupsComponentRefactor feature flag (#4441)
This commit is contained in:
@ -133,6 +133,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string BlockLegacyUsers = "block-legacy-users";
|
public const string BlockLegacyUsers = "block-legacy-users";
|
||||||
public const string InlineMenuFieldQualification = "inline-menu-field-qualification";
|
public const string InlineMenuFieldQualification = "inline-menu-field-qualification";
|
||||||
public const string TwoFactorComponentRefactor = "two-factor-component-refactor";
|
public const string TwoFactorComponentRefactor = "two-factor-component-refactor";
|
||||||
|
public const string GroupsComponentRefactor = "groups-component-refactor";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user