This commit is contained in:
parent
433013d624
commit
dc838f22e0
|
|
@ -59,19 +59,18 @@ export default function SignInPage({ params: { locale } }: { params: { locale: s
|
|||
emailValue={email}
|
||||
passwordValue={password}
|
||||
/>
|
||||
<p className="mt-4 text-center text-sm text-md text-black/50 ">
|
||||
<Link href="/auth/sign-up" className="ml-2 underline text-black hover:underline" onClick={(e) => {
|
||||
<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) => {
|
||||
e.preventDefault();
|
||||
toast.success('coming soon')
|
||||
}}>
|
||||
{t("auth.change_your_password")}
|
||||
</Link>
|
||||
</Link> */}
|
||||
<Link href="/auth/sign-up" className="ml-2 underline text-black hover:underline" onClick={(e) => {
|
||||
e.preventDefault();
|
||||
toast.success('coming soon')
|
||||
}}>
|
||||
|
||||
{t("auth.frogot_password")}
|
||||
{t("auth.frogot_password")}
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue