Neah version calendar fix 3 debuger sec chance

This commit is contained in:
alma 2025-04-16 23:58:06 +02:00
parent 0b1a496a98
commit b2fce2ad74

View File

@ -8,10 +8,10 @@ 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: "https://lab.slm-lab.net" })}
onClick={() => signIn("keycloak", { callbackUrl: window.location.href })}
className="px-8 py-3 bg-[#0F172A] text-white rounded hover:bg-[#1E293B] transition-colors"
>
Commit
Se connecter
</button>
</div>
);