fix: logging into non-existent user
This commit is contained in:
parent
45a04fb7e7
commit
27d66368ee
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue