mirror of
https://github.com/bitwarden/server.git
synced 2025-01-13 20:21:22 +01:00
Add feature flag for enabling v2 of Autofill. (#3049)
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com>
This commit is contained in:
parent
257efe3f9a
commit
ba53208c93
@ -37,6 +37,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string DisplayLowKdfIterationWarning = "display-kdf-iteration-warning";
|
public const string DisplayLowKdfIterationWarning = "display-kdf-iteration-warning";
|
||||||
public const string TrustedDeviceEncryption = "trusted-device-encryption";
|
public const string TrustedDeviceEncryption = "trusted-device-encryption";
|
||||||
public const string SecretsManagerBilling = "sm-ga-billing";
|
public const string SecretsManagerBilling = "sm-ga-billing";
|
||||||
|
public const string AutofillV2 = "autofill-v2";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user