Skip to content

Commit

Permalink
Add the extension-refresh feature flag (#4041)
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-melton authored May 3, 2024
1 parent 5a5e5c5 commit 6a8d97a
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 @@ -136,6 +136,7 @@ public static class FeatureFlagKeys
public const string EnableDeleteProvider = "AC-1218-delete-provider";
public const string EmailVerification = "email-verification";
public const string AnhFcmv1Migration = "anh-fcmv1-migration";
public const string ExtensionRefresh = "extension-refresh";

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

0 comments on commit 6a8d97a

Please sign in to comment.