style: liens sans soulignement, zone illustration en haut des tuiles

This commit is contained in:
Cedric Abonnel
2026-05-08 13:47:04 +02:00
parent 87172baf68
commit debbfe37f8
11 changed files with 67 additions and 98 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ function get_oidc_client(): OpenIDConnectClient
'varlog-client-secret'
);
$oidc->setRedirectURL('http://varlog.acegrp.lan/auth/callback.php');
$oidc->addScope('openid email profile');
$oidc->addScope(['openid', 'email', 'profile']);
return $oidc;
}