minor fix

This commit is contained in:
alejandro.campos@artica.es 2022-10-19 17:07:22 +02:00
parent 9520ce02e9
commit f87737a093
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class User implements PublicLogin
{
$user = new self($data);
if ($user === null) {
if ($user->idUser === null) {
return false;
}