This commit is contained in:
parent
9139583aba
commit
895ca4beec
|
|
@ -60,7 +60,7 @@ export default function SignInPage({ params: { locale } }: { params: { locale: s
|
||||||
passwordValue={password}
|
passwordValue={password}
|
||||||
/>
|
/>
|
||||||
<p className="mt-4 text-left text-sm text-md text-black/50 ">
|
<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();
|
e.preventDefault();
|
||||||
toast.success('coming soon')
|
toast.success('coming soon')
|
||||||
}}>
|
}}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue