remove tools-send-email-otp-listing feature flag
Some checks failed
Collect code references / Check for secret access (push) Has been cancelled
Collect code references / Code reference collection (push) Has been cancelled

This commit is contained in:
John Harrington 2026-01-09 09:21:54 -07:00
parent 41f0137498
commit 4819b2f0f4
No known key found for this signature in database

View file

@ -236,16 +236,6 @@ public static class FeatureFlagKeys
public const string SendUIRefresh = "pm-28175-send-ui-refresh";
public const string SendEmailOTP = "pm-19051-send-email-verification";
/// <summary>
/// Enable this flag to output email/OTP authenticated sends from the `GET sends` endpoint. When
/// this flag is disabled, the `GET sends` endpoint omits email/OTP authenticated sends.
/// </summary>
/// <remarks>
/// This flag is server-side only, and only inhibits the endpoint returning all sends.
/// Email/OTP sends can still be created and downloaded through other endpoints.
/// </remarks>
public const string PM19051_ListEmailOtpSends = "tools-send-email-otp-listing";
/* Vault Team */
public const string CipherKeyEncryption = "cipher-key-encryption";
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";