mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
[PM-7084] Add feature flag for 2FA component refactor (#4229)
This commit is contained in:
parent
7129342827
commit
8147aca0fd
@ -132,6 +132,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string MemberAccessReport = "ac-2059-member-access-report";
|
public const string MemberAccessReport = "ac-2059-member-access-report";
|
||||||
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 static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user