This commit is contained in:
trochas
2026-01-07 11:51:13 +01:00
15 changed files with 275 additions and 211 deletions

View File

@@ -29,7 +29,7 @@ export const Login =() =>{
return(
<div>
<div>
Authenticated : {keycloak.authenticated ? '' : ''}
Authenticated : {keycloak.authenticated ? 'oui' : 'non'}
</div>
<button onClick={() => handleLogin()}>
Se connecter