Skip to content

Commit fcc879b

Browse files
authored
[PM-28252] Add new feature flag for increasing bulk reinvite limit for cloud (#6624)
1 parent fdfec0a commit fcc879b

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
@@ -143,6 +143,7 @@ public static class FeatureFlagKeys
143143
public const string AccountRecoveryCommand = "pm-25581-prevent-provider-account-recovery";
144144
public const string BlockClaimedDomainAccountCreation = "pm-28297-block-uninvited-claimed-domain-registration";
145145
public const string PolicyValidatorsRefactor = "pm-26423-refactor-policy-side-effects";
146+
public const string IncreaseBulkReinviteLimitForCloud = "pm-28251-increase-bulk-reinvite-limit-for-cloud";
146147

147148
/* Architecture */
148149
public const string DesktopMigrationMilestone1 = "desktop-ui-migration-milestone-1";

0 commit comments

Comments
 (0)