Skip to content

Commit c9a42d8

Browse files
authored
[PM-17987] Add feature flag (#5554)
1 parent 4d6e4d3 commit c9a42d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Constants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public static class FeatureFlagKeys
156156
public const string Argon2Default = "argon2-default";
157157
public const string UserkeyRotationV2 = "userkey-rotation-v2";
158158
public const string SSHKeyItemVaultItem = "ssh-key-vault-item";
159+
public const string PM17987_BlockType0 = "pm-17987-block-type-0";
159160

160161
/* Mobile Team */
161162
public const string NativeCarouselFlow = "native-carousel-flow";

0 commit comments

Comments
 (0)