From 736cc82d32809d7d0fa98385af379051bf2b98bd Mon Sep 17 00:00:00 2001 From: Carlos Monastyrski Date: Tue, 16 Sep 2025 14:55:30 -0300 Subject: [PATCH] Address PR comments --- docs/documentation/platform/auth-methods/email-password.mdx | 2 +- .../components/ChangeEmailSection/ChangeEmailSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/platform/auth-methods/email-password.mdx b/docs/documentation/platform/auth-methods/email-password.mdx index fa22d4d1d..5a433a566 100644 --- a/docs/documentation/platform/auth-methods/email-password.mdx +++ b/docs/documentation/platform/auth-methods/email-password.mdx @@ -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. -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. ![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. diff --git a/frontend/src/pages/user/PersonalSettingsPage/components/ChangeEmailSection/ChangeEmailSection.tsx b/frontend/src/pages/user/PersonalSettingsPage/components/ChangeEmailSection/ChangeEmailSection.tsx index 78a2265cc..dc0bf3abf 100644 --- a/frontend/src/pages/user/PersonalSettingsPage/components/ChangeEmailSection/ChangeEmailSection.tsx +++ b/frontend/src/pages/user/PersonalSettingsPage/components/ChangeEmailSection/ChangeEmailSection.tsx @@ -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." } >