mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +00: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 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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user