1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 15:23:42 +00:00

chore: fix provider account recovery flag key, refs PM-24192 (#6533)

This commit is contained in:
Vincent Salucci
2025-11-03 13:32:09 -06:00
committed by GitHub
parent bda2bd8ac1
commit b4d6f3cb35

View File

@@ -142,7 +142,7 @@ public static class FeatureFlagKeys
public const string CreateDefaultLocation = "pm-19467-create-default-location";
public const string AutomaticConfirmUsers = "pm-19934-auto-confirm-organization-users";
public const string PM23845_VNextApplicationCache = "pm-24957-refactor-memory-application-cache";
public const string AccountRecoveryCommand = "pm-24192-account-recovery-command";
public const string AccountRecoveryCommand = "pm-25581-prevent-provider-account-recovery";
/* Auth Team */
public const string TwoFactorExtensionDataPersistence = "pm-9115-two-factor-extension-data-persistence";