Skip to content

Commit b4d6f3c

Browse files
chore: fix provider account recovery flag key, refs PM-24192 (#6533)
1 parent bda2bd8 commit b4d6f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public static class FeatureFlagKeys
142142
public const string CreateDefaultLocation = "pm-19467-create-default-location";
143143
public const string AutomaticConfirmUsers = "pm-19934-auto-confirm-organization-users";
144144
public const string PM23845_VNextApplicationCache = "pm-24957-refactor-memory-application-cache";
145-
public const string AccountRecoveryCommand = "pm-24192-account-recovery-command";
145+
public const string AccountRecoveryCommand = "pm-25581-prevent-provider-account-recovery";
146146

147147
/* Auth Team */
148148
public const string TwoFactorExtensionDataPersistence = "pm-9115-two-factor-extension-data-persistence";

0 commit comments

Comments
 (0)