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
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);
}
}