think-orm
This commit is contained in:
@@ -626,7 +626,7 @@ class Auth
|
||||
*/
|
||||
public function getError(): string
|
||||
{
|
||||
return $this->error ? __($this->error) : '';
|
||||
return $this->error ? $this->error : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user