remove debug print

This commit is contained in:
Bruno Rybársky 2024-02-03 17:16:44 +01:00
parent e3bc9f4989
commit 87c12b0bb4

@ -108,7 +108,6 @@ function doLogin($email, $password): array
$stmt->fetch();
$stmt->close();
echo "user found";
if (password_verify($password, $password_hash)) {
$found = true;