Browse Source

[PM-2855] Add Feature Flag to Enable Autofill Overlay (#3248)

pull/3380/head
Cesar Gonzalez 2 years ago committed by GitHub
parent
commit
c8bcc32764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Core/Constants.cs

1
src/Core/Constants.cs

@ -43,6 +43,7 @@ public static class FeatureFlagKeys
public const string Fido2VaultCredentials = "fido2-vault-credentials"; public const string Fido2VaultCredentials = "fido2-vault-credentials";
public const string AutofillV2 = "autofill-v2"; public const string AutofillV2 = "autofill-v2";
public const string BrowserFilelessImport = "browser-fileless-import"; public const string BrowserFilelessImport = "browser-fileless-import";
public const string AutofillOverlay = "autofill-overlay";
public static List<string> GetAllKeys() public static List<string> GetAllKeys()
{ {

Loading…
Cancel
Save