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

This commit is contained in:
2026-06-09 00:49:08 +02:00
parent 114b247bc1
commit 84e76bff6c

View File

@@ -264,7 +264,7 @@ final class KeycloakAuth
private function postLogoutRedirectUri(): string
{
return $this->requestOrigin() . '/auth/login';
return $this->requestOrigin() . '/';
}
private function requestOrigin(): string