1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 20:41:04 -05:00

add feature flag for new desktop cipher forms (#5621)

This commit is contained in:
bnagawiecki 2025-04-07 10:48:50 -04:00 committed by GitHub
parent 56915ec322
commit 01daad5942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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