Neah version calendar fix 3 debuger sec chance
This commit is contained in:
parent
0b1a496a98
commit
b2fce2ad74
@ -8,10 +8,10 @@ export function SignInForm() {
|
|||||||
<h1 className="text-4xl font-bold text-white mb-4">Bienvenue sur Enkun</h1>
|
<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>
|
<p className="text-white/80 mb-8">Connectez-vous pour accéder à votre espace</p>
|
||||||
<button
|
<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"
|
className="px-8 py-3 bg-[#0F172A] text-white rounded hover:bg-[#1E293B] transition-colors"
|
||||||
>
|
>
|
||||||
Commit
|
Se connecter
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user