1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

add feature flag for improved combined card expiry date autofill (#4732)

This commit is contained in:
Jonathan Prusik 2024-09-04 13:43:59 -04:00 committed by GitHub
parent 8891540972
commit fdf6d8f9c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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