We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4625ed commit bdee543Copy full SHA for bdee543
src/app/[lng]/(auth-ui)/signin/_components/form.tsx
@@ -54,6 +54,7 @@ export function SignInForm() {
54
<Label htmlFor="password" className="flex justify-between">
55
<span>{t("signIn.password")}</span>
56
<Link
57
+ tabIndex={-1}
58
href="/reset-password-email"
59
className="text-cyan-600 hover:underline dark:text-cyan-500"
60
>
0 commit comments