fix: logging into non-existent user

This commit is contained in:
grandeljay 2023-11-24 15:37:33 +01:00
parent 45a04fb7e7
commit 27d66368ee

View file

@ -347,7 +347,8 @@ class User
'user_email' => $email,
'user_password' => $password,
)
);
)
->fetch();
/**
* Updating the `last_login` column in the database has failed and we