mirror of
https://github.com/bitwarden/server.git
synced 2025-04-16 18:48:16 -05:00
Added feature flag (#5632)
This commit is contained in:
parent
a1016b4df9
commit
0b50a1819e
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user