1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

[PM-7084] Add feature flag for 2FA component refactor (#4229)

This commit is contained in:
Todd Martin 2024-06-25 12:16:53 -04:00 committed by GitHub
parent 7129342827
commit 8147aca0fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,7 @@ public static class FeatureFlagKeys
public const string MemberAccessReport = "ac-2059-member-access-report";
public const string BlockLegacyUsers = "block-legacy-users";
public const string InlineMenuFieldQualification = "inline-menu-field-qualification";
public const string TwoFactorComponentRefactor = "two-factor-component-refactor";
public static List<string> GetAllKeys()
{