From 84e76bff6c99d901eea4fb9969844c9e188d955c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 9 Jun 2026 00:49:08 +0200 Subject: [PATCH] asdds --- src/App/KeycloakAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/KeycloakAuth.php b/src/App/KeycloakAuth.php index 10bde8c9..d181975d 100644 --- a/src/App/KeycloakAuth.php +++ b/src/App/KeycloakAuth.php @@ -264,7 +264,7 @@ final class KeycloakAuth private function postLogoutRedirectUri(): string { - return $this->requestOrigin() . '/auth/login'; + return $this->requestOrigin() . '/'; } private function requestOrigin(): string