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->fetch();
|
||||||
$stmt->close();
|
$stmt->close();
|
||||||
|
|
||||||
echo "user found";
|
|
||||||
if (password_verify($password, $password_hash)) {
|
if (password_verify($password, $password_hash)) {
|
||||||
$found = true;
|
$found = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user