mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
system: spacing in previous
This commit is contained in:
parent
0b76f2a821
commit
8802b0ced1
@ -62,8 +62,8 @@ function authenticate_user($username, $password)
|
||||
if ($authenticator != null && $authenticator->authenticate($username, $password)) {
|
||||
$authResult = $authenticator->getLastAuthProperties();
|
||||
if (array_key_exists('username', $authResult)) {
|
||||
$username = $authResult['username'];
|
||||
}
|
||||
$username = $authResult['username'];
|
||||
}
|
||||
return $username;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user