Skip to content

Commit

Permalink
[PM-14418] Add security-tasks feature flag (#5023)
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-melton authored Nov 11, 2024
1 parent db5beb5 commit 702a81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public static class FeatureFlagKeys
public const string IntegrationPage = "pm-14505-admin-console-integration-page";
public const string NewDeviceVerificationTemporaryDismiss = "new-device-temporary-dismiss";
public const string NewDeviceVerificationPermanentDismiss = "new-device-permanent-dismiss";
public const string SecurityTasks = "security-tasks";

public static List<string> GetAllKeys()
{
Expand Down

0 comments on commit 702a81b

Please sign in to comment.