asdasd
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user