mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
[Ivan Diaz] - Fix login
This commit is contained in:
parent
8416c87419
commit
57e8a9578a
@ -49,7 +49,7 @@ class LoginController extends Controller {
|
||||
$email = Controller::request('email');
|
||||
$password = Controller::request('password');
|
||||
|
||||
$this->userInstance = User::getUser($email, $password);
|
||||
$this->userInstance = User::authenticate($email, $password);
|
||||
}
|
||||
|
||||
return $this->userInstance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user