fix signin

This commit is contained in:
root
2026-05-17 18:59:53 -04:00
parent 5ea1780134
commit f30f6e9796
@@ -1,7 +1,6 @@
'use client'
import Image from 'next/image'
import Link from 'next/link'
import { useEffect, useState } from 'react'
import { usePathname, useRouter, useSearchParams } from 'next/navigation'
import { useDashboardI18n } from '@/components/I18nProvider'
@@ -412,9 +411,9 @@ function LocalSignInForm({ dict, portal }: {
</button>
<div className="text-center">
<Link href={forgotPasswordHref} className="text-sm text-slate-500 hover:text-slate-700 underline decoration-slate-300 underline-offset-4">
<a href={forgotPasswordHref} className="text-sm text-slate-500 hover:text-slate-700 underline decoration-slate-300 underline-offset-4">
{dict.forgotPassword}
</Link>
</a>
</div>
</form>
) : (