1
0
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:
SmithThe4th 2025-04-10 14:55:40 -04:00 committed by GitHub
parent a1016b4df9
commit 0b50a1819e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
{