mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Address PR comments
This commit is contained in:
@@ -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>
|
||||

|
||||
4. Click `Send Verification Code` to receive an 6-digit verification code at your new email address.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user