Skip to content

Commit bdee543

Browse files
fix(signup): don't tab into reset password link
1 parent a4625ed commit bdee543

File tree

1 file changed

+1
-0
lines changed
  • src/app/[lng]/(auth-ui)/signin/_components

1 file changed

+1
-0
lines changed

src/app/[lng]/(auth-ui)/signin/_components/form.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export function SignInForm() {
5454
<Label htmlFor="password" className="flex justify-between">
5555
<span>{t("signIn.password")}</span>
5656
<Link
57+
tabIndex={-1}
5758
href="/reset-password-email"
5859
className="text-cyan-600 hover:underline dark:text-cyan-500"
5960
>

0 commit comments

Comments
 (0)