Address PR comments

This commit is contained in:
Carlos Monastyrski
2025-09-16 14:55:30 -03:00
parent 1b230f0d7a
commit 736cc82d32
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ You can update your account email address:
2. Navigate to the `Authentication` tab.
3. In the `Change Email` section, enter your new email address.
<Info>
If you don't currently have Email authentication enabled, it will be automatically activated when you change your email. You can change this back in your authentication settings after logging in with your new email if desired.
If you don't currently have Email authentication enabled, it will be automatically activated when you change your email. You may disable it in the authentication settings after logging in with your new email if needed.
</Info>
![change email section](../../../images/auth-methods/personal-settings-authentication-change-email-password.png)
4. Click `Send Verification Code` to receive an 6-digit verification code at your new email address.

View File

@@ -182,7 +182,7 @@ export const ChangeEmailSection = () => {
tooltipText={
hasEmailAuth
? "Your email authentication method is currently enabled and will remain active after changing your email."
: "Email authentication method will be automatically enabled after changing your email. You can change this back after logging in with your new email if desired."
: "Email authentication method will be automatically enabled after changing your email. You may disable email authentication after logging in with your new email if needed."
}
>
<Input