Added suggested changes

Signed-off-by: Lorenzo Moscati <lorenzo@moscati.page>
This commit is contained in:
Lorenzo Moscati 2025-10-14 15:59:28 +02:00
parent 3bb9cdf31d
commit 10529a597c
No known key found for this signature in database
3 changed files with 20 additions and 7 deletions

View file

@ -45,7 +45,7 @@ readonly class LoginController {
{
$this->authManager->SetAuthState(false);
return $response
->withHeader('Location', '.')
->withHeader('Location', '../..')
->withStatus(302);
}
}