Skip to content

Commit a1016b4

Browse files
authored
Fix feature flag key value (#5636)
1 parent cb9d7e4 commit a1016b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public static class FeatureFlagKeys
197197
public const string RestrictProviderAccess = "restrict-provider-access";
198198
public const string SecurityTasks = "security-tasks";
199199
public const string CipherKeyEncryption = "cipher-key-encryption";
200-
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
200+
public const string DesktopCipherForm = "pm-18520-desktop-cipher-form";
201201

202202
public static List<string> GetAllKeys()
203203
{

0 commit comments

Comments
 (0)