Skip to content

Commit 66b38ba

Browse files
authored
feat(change-email) [PM-30811]: Add feature flag. (#6969)
1 parent 5b20ee9 commit 66b38ba

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
@@ -168,6 +168,7 @@ public static class FeatureFlagKeys
168168
public const string SafariAccountSwitching = "pm-5594-safari-account-switching";
169169
public const string PM27086_UpdateAuthenticationApisForInputPassword = "pm-27086-update-authentication-apis-for-input-password";
170170
public const string PM27044_UpdateRegistrationApis = "pm-27044-update-registration-apis";
171+
public const string ChangeEmailNewAuthenticationApis = "pm-30811-change-email-new-authentication-apis";
171172
public const string PM31088_MasterPasswordServiceEmitSalt = "pm-31088-master-password-service-emit-salt";
172173

173174
/* Autofill Team */

0 commit comments

Comments
 (0)