1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-16 17:15:40 -05:00

Fix feature flag key value (#5636)

This commit is contained in:
Shane Melton 2025-04-10 11:28:53 -07:00 committed by GitHub
parent cb9d7e450f
commit a1016b4df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,7 @@ public static class FeatureFlagKeys
public const string RestrictProviderAccess = "restrict-provider-access";
public const string SecurityTasks = "security-tasks";
public const string CipherKeyEncryption = "cipher-key-encryption";
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
public const string DesktopCipherForm = "pm-18520-desktop-cipher-form";
public static List<string> GetAllKeys()
{