1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-06 19:28:08 +01:00

add modernization feature flag

This commit is contained in:
✨ Audrey ✨ 2024-08-22 15:37:54 -04:00
parent 8ab19c7b00
commit 9133583600
No known key found for this signature in database
GPG Key ID: 0CF8B4C0D9088B97

View File

@ -139,6 +139,7 @@ public static class FeatureFlagKeys
public const string NativeCreateAccountFlow = "native-create-account-flow";
public const string AccountDeprovisioning = "pm-10308-account-deprovisioning";
public const string NotificationBarAddLoginImprovements = "notification-bar-add-login-improvements";
public const string GeneratorToolsModernization = "generator-tools-modernization";
public static List<string> GetAllKeys()
{