From 6a8d97affb8785d991203f227de950ec7363227d Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Fri, 3 May 2024 13:16:57 -0700 Subject: [PATCH] Add the extension-refresh feature flag (#4041) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 4a59d6e0de..fddf4c6fe3 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -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 GetAllKeys() {