mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
typo in comment
This commit is contained in:
parent
7a0e9eeb43
commit
eb8c05dae1
@ -77,7 +77,7 @@ class Local implements IAuthConnector
|
||||
}
|
||||
$passwd = crypt($password, (string)$userObject->password);
|
||||
if ($passwd == (string)$userObject->password) {
|
||||
// password ok, return successfully authen
|
||||
// password ok, return successfully authentication
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user