This commit is contained in:
hailin 2025-03-12 11:51:02 +08:00
parent 433013d624
commit dc838f22e0
1 changed files with 4 additions and 5 deletions

View File

@ -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>