asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 26s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-26 01:31:48 +02:00
parent 40b3ef45d0
commit 8c1ae513ea
14 changed files with 367 additions and 184 deletions

View File

@@ -41,17 +41,6 @@ if ($auth->isAuthenticated()) {
}
}
if (!$auth->shouldShowDesktop()) {
if ($auth->isConfigured()) {
header('Location: /auth/keycloak', true, 302);
exit;
}
http_response_code(503);
echo 'Keycloak ist nicht konfiguriert.';
exit;
}
$app = new App($projectRoot);
$desktopPayload = $app->desktopPayload();