Skip to content

Commit

Permalink
Merge pull request #42 from route06inc/issue-41-error-signup
Browse files Browse the repository at this point in the history
Avoid error on "verify-email" page under browser auto-translation
  • Loading branch information
Rindrics authored Oct 24, 2024
2 parents 167c708 + c8dd9b6 commit c5429f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(auth)/signup/verify-email/verify-email-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const VerifyEmailForm: FC = () => {
data-1p-ignore
name="token"
onComplete={handleComplete}
className="notranslate" // prevent Google Chrome translation to avoid DOM error
>
<InputOTPGroup>
<InputOTPSlot index={0} />
Expand Down

0 comments on commit c5429f4

Please sign in to comment.