mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
add feature flag for new desktop cipher forms (#5621)
This commit is contained in:
@ -197,6 +197,7 @@ public static class FeatureFlagKeys
|
||||
public const string RestrictProviderAccess = "restrict-provider-access";
|
||||
public const string SecurityTasks = "security-tasks";
|
||||
public const string CipherKeyEncryption = "cipher-key-encryption";
|
||||
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Reference in New Issue
Block a user