This commit is contained in:
hailin 2025-03-15 20:01:54 +08:00
parent 2b87e6dc88
commit 8af6b70b7e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default function SignInPage({ params: { locale } }: { params: { locale: s
<div className="flex items-center justify-between w-full gap-2">
<p className="text-xs">{t("auth.account_not_found")}</p>
<Link href={`/auth/sign-up?email=${encodeURIComponent(email)}`}>
<Link href={`/auth/sign-up?email=${encodeURIComponent(username)}`}>
<div className="border text-center text-xs border-transparent hover:border-[#FFD55D]/50 text-[#FFD55D] duration-200 p-1 rounded-lg ">
</div>
</Link>