mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
add feature flag for improved combined card expiry date autofill (#4732)
This commit is contained in:
@@ -141,6 +141,7 @@ public static class FeatureFlagKeys
|
||||
public const string NotificationBarAddLoginImprovements = "notification-bar-add-login-improvements";
|
||||
public const string AC2476_DeprecateStripeSourcesAPI = "AC-2476-deprecate-stripe-sources-api";
|
||||
public const string PersistPopupView = "persist-popup-view";
|
||||
public const string EnableNewCardCombinedExpiryAutofill = "enable-new-card-combined-expiry-autofill";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user