This commit is contained in:
hailin 2025-06-23 12:13:27 +08:00
parent 9139583aba
commit 895ca4beec
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default function SignInPage({ params: { locale } }: { params: { locale: s
passwordValue={password}
/>
<p className="mt-4 text-left text-sm text-md text-black/50 ">
<Link href="/auth/sign-up" className="ml-2 underline text-black hover:underline" onClick={(e) => {
<Link href="/auth/sign-up" className="ml-2 underline text-black hover:underline" onClick={(e: React.MouseEvent<HTMLAnchorElement>) => {
e.preventDefault();
toast.success('coming soon')
}}>