Skip to content

Commit 4819b2f

Browse files
committed
remove tools-send-email-otp-listing feature flag
1 parent 41f0137 commit 4819b2f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Core/Constants.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)