mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
Add the extension-refresh feature flag (#4041)
This commit is contained in:
@@ -136,6 +136,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string EnableDeleteProvider = "AC-1218-delete-provider";
|
public const string EnableDeleteProvider = "AC-1218-delete-provider";
|
||||||
public const string EmailVerification = "email-verification";
|
public const string EmailVerification = "email-verification";
|
||||||
public const string AnhFcmv1Migration = "anh-fcmv1-migration";
|
public const string AnhFcmv1Migration = "anh-fcmv1-migration";
|
||||||
|
public const string ExtensionRefresh = "extension-refresh";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user