From ba53208c93be6e99f6fba7b2b48ee8479157653a Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:39:37 -0400 Subject: [PATCH] Add feature flag for enabling v2 of Autofill. (#3049) Co-authored-by: Cesar Gonzalez --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 5cd0349291..8db721d17e 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -37,6 +37,7 @@ public static class FeatureFlagKeys public const string DisplayLowKdfIterationWarning = "display-kdf-iteration-warning"; public const string TrustedDeviceEncryption = "trusted-device-encryption"; public const string SecretsManagerBilling = "sm-ga-billing"; + public const string AutofillV2 = "autofill-v2"; public static List GetAllKeys() {