mirror of
https://github.com/bitwarden/server.git
synced 2025-01-21 21:41:21 +01:00
[PM-4075] Setup Feature Flag for Browser Fileless Import (#3296)
This commit is contained in:
parent
e3dc515062
commit
44baba9229
@ -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 AutofillV2 = "autofill-v2";
|
||||
public const string BrowserFilelessImport = "browser-fileless-import";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user