mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Added feature flag (#5632)
This commit is contained in:
@ -198,6 +198,7 @@ public static class FeatureFlagKeys
|
||||
public const string SecurityTasks = "security-tasks";
|
||||
public const string CipherKeyEncryption = "cipher-key-encryption";
|
||||
public const string DesktopCipherForm = "pm-18520-desktop-cipher-form";
|
||||
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Reference in New Issue
Block a user