Neah version calendar fix 3 debuger ???? ??????????????

This commit is contained in:
alma 2025-04-16 23:23:11 +02:00
parent 30f6b12960
commit 0b1a496a98

View File

@ -8,7 +8,7 @@ export function SignInForm() {
<h1 className="text-4xl font-bold text-white mb-4">Bienvenue sur Enkun</h1>
<p className="text-white/80 mb-8">Connectez-vous pour accéder à votre espace</p>
<button
onClick={() => signIn("keycloak", { callbackUrl: "/" })}
onClick={() => signIn("keycloak", { callbackUrl: "https://lab.slm-lab.net" })}
className="px-8 py-3 bg-[#0F172A] text-white rounded hover:bg-[#1E293B] transition-colors"
>
Commit