forked from Adleraci/adlerka.top
remove debug print
This commit is contained in:
@ -108,7 +108,6 @@ function doLogin($email, $password): array
|
||||
$stmt->fetch();
|
||||
$stmt->close();
|
||||
|
||||
echo "user found";
|
||||
if (password_verify($password, $password_hash)) {
|
||||
$found = true;
|
||||
|
||||
|
Reference in New Issue
Block a user