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