We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9d7e4 commit a1016b4Copy full SHA for a1016b4
src/Core/Constants.cs
@@ -197,7 +197,7 @@ public static class FeatureFlagKeys
197
public const string RestrictProviderAccess = "restrict-provider-access";
198
public const string SecurityTasks = "security-tasks";
199
public const string CipherKeyEncryption = "cipher-key-encryption";
200
- public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
+ public const string DesktopCipherForm = "pm-18520-desktop-cipher-form";
201
202
public static List<string> GetAllKeys()
203
{
0 commit comments