1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

Add the extension-refresh feature flag (#4041)

This commit is contained in:
Shane Melton 2024-05-03 13:16:57 -07:00 committed by GitHub
parent 5a5e5c5058
commit 6a8d97affb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
{