1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()
{