1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[PM-10420] Generate identity fill script refactor feature flag (#4577)

This commit is contained in:
Cesar Gonzalez
2024-08-05 12:04:23 -05:00
committed by GitHub
parent a2e1eb79d2
commit 02fe8777ce

View File

@ -133,6 +133,7 @@ public static class FeatureFlagKeys
public const string AuthenticatorTwoFactorToken = "authenticator-2fa-token";
public const string EnableUpgradePasswordManagerSub = "AC-2708-upgrade-password-manager-sub";
public const string UnauthenticatedExtensionUIRefresh = "unauth-ui-refresh";
public const string GenerateIdentityFillScriptRefactor = "generate-identity-fill-script-refactor";
public static List<string> GetAllKeys()
{