Skip to content

Commit 067315b

Browse files
committed
Update OTP form: Remove hyperlink from 'Resend' text for improved clarity and user experience.
1 parent 5f231d6 commit 067315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/otp-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function OTPForm({ email, ...props }: OTPFormProps) {
107107
{verifyOtpMutation.isPending ? 'Verifying...' : 'Verify'}
108108
</Button>
109109
<FieldDescription className="text-center">
110-
Didn&apos;t receive the code? <a href="#">Resend</a>
110+
Didn&apos;t receive the code? Resend
111111
</FieldDescription>
112112
</FieldGroup>
113113
</FieldGroup>

0 commit comments

Comments
 (0)