diff --git a/php/src/Controller/LoginController.php b/php/src/Controller/LoginController.php index 954cf494..787ec6e1 100644 --- a/php/src/Controller/LoginController.php +++ b/php/src/Controller/LoginController.php @@ -30,7 +30,7 @@ class LoginController return $response->withHeader('Location', '/')->withStatus(201); } - $response->getBody()->write("The password is false."); + $response->getBody()->write("The password is incorrect."); return $response->withHeader('Location', '/')->withStatus(422); }