Session 6.3
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import { signIn } from "next-auth/react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LoginPage() {
|
||||
const t = useTranslations("login");
|
||||
@@ -49,6 +50,16 @@ export default function LoginPage() {
|
||||
>
|
||||
{t("button")}
|
||||
</button>
|
||||
|
||||
<p className="text-xs text-text-muted text-center mt-5">
|
||||
{t("noAccount")}{" "}
|
||||
<Link
|
||||
href="/register"
|
||||
className="text-accent hover:text-accent-dim transition-colors"
|
||||
>
|
||||
{t("register")}
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p className="text-center text-text-muted text-[11px] mt-6 tracking-wide uppercase">
|
||||
|
||||
Reference in New Issue
Block a user