Skip to content

Commit

Permalink
Remove redundant email on code verification page
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 23, 2024
1 parent d0f5370 commit ebb19a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function CompleteAccountRegistrationForm() {
<Trans>
Please check your email for a verification code sent to <span className="font-semibold">{email}</span>
</Trans>
<span className="font-semibold">{email}</span>
</div>
<div className="flex w-full flex-col gap-4">
<OneTimeCodeInput name="oneTimePassword" digitPattern={DigitPattern.DigitsAndChars} length={6} autoFocus />
Expand Down

0 comments on commit ebb19a9

Please sign in to comment.