Skip to content

Commit 3db2bdf

Browse files
committed
Added feature flag
1 parent 8cd14d5 commit 3db2bdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Core/Constants.cs

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public static class FeatureFlagKeys
196196
public const string SecurityTasks = "security-tasks";
197197
public const string CipherKeyEncryption = "cipher-key-encryption";
198198
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
199+
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
199200

200201
public static List<string> GetAllKeys()
201202
{

0 commit comments

Comments
 (0)