Session 6.3

This commit is contained in:
2026-04-10 21:56:31 +02:00
parent f20d5f09ae
commit 94bfd25553
24 changed files with 2398 additions and 104 deletions

View File

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