File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -236,16 +236,6 @@ public static class FeatureFlagKeys
236236 public const string SendUIRefresh = "pm-28175-send-ui-refresh" ;
237237 public const string SendEmailOTP = "pm-19051-send-email-verification" ;
238238
239- /// <summary>
240- /// Enable this flag to output email/OTP authenticated sends from the `GET sends` endpoint. When
241- /// this flag is disabled, the `GET sends` endpoint omits email/OTP authenticated sends.
242- /// </summary>
243- /// <remarks>
244- /// This flag is server-side only, and only inhibits the endpoint returning all sends.
245- /// Email/OTP sends can still be created and downloaded through other endpoints.
246- /// </remarks>
247- public const string PM19051_ListEmailOtpSends = "tools-send-email-otp-listing" ;
248-
249239 /* Vault Team */
250240 public const string CipherKeyEncryption = "cipher-key-encryption" ;
251241 public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk" ;
You can’t perform that action at this time.
0 commit comments