Skip to content

Commit

Permalink
fix(settings/account): add send code tip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Mar 18, 2024
1 parent f94e621 commit f383322
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/(account)/settings/tabs/AccountSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ function ChangeEmail({ email: currentEmail }: { email: string }) {
<Button colour="orange" loading={isLoading}>
Send Code
</Button>
<div className="mt-4">
A verification email containing a code will be sent for you to confirm your
new email address
</div>
</form>
)}
{isCodeSent && (
Expand Down

0 comments on commit f383322

Please sign in to comment.