Skip to content

Commit

Permalink
Explain "notranslate" class is not for Talwind CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Oct 23, 2024
1 parent 4c88323 commit c8dd9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(auth)/signup/verify-email/verify-email-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const VerifyEmailForm: FC = () => {
data-1p-ignore
name="token"
onComplete={handleComplete}
className="notranslate"
className="notranslate" // prevent Google Chrome translation to avoid DOM error
>
<InputOTPGroup>
<InputOTPSlot index={0} />
Expand Down

0 comments on commit c8dd9b6

Please sign in to comment.