From 66b38badded6f656dece88f0ae68b07e0c477709 Mon Sep 17 00:00:00 2001 From: Dave <3836813+enmande@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:41:16 -0500 Subject: [PATCH] feat(change-email) [PM-30811]: Add feature flag. (#6969) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index dd8d1fcbac..88343a090b 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -168,6 +168,7 @@ public static class FeatureFlagKeys public const string SafariAccountSwitching = "pm-5594-safari-account-switching"; public const string PM27086_UpdateAuthenticationApisForInputPassword = "pm-27086-update-authentication-apis-for-input-password"; public const string PM27044_UpdateRegistrationApis = "pm-27044-update-registration-apis"; + public const string ChangeEmailNewAuthenticationApis = "pm-30811-change-email-new-authentication-apis"; public const string PM31088_MasterPasswordServiceEmitSalt = "pm-31088-master-password-service-emit-salt"; /* Autofill Team */