diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 23c51d5974..2b53c52ab8 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -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 DesktopCipherForm = "pm-18520-desktop-cipher-form"; + public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms"; public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk"; public static List GetAllKeys()