mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -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 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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user