forked from Adleraci/adlerka.top
remove debug print
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user