|
@@ -373,7 +373,6 @@ class Auth extends \ba\Auth
|
|
{
|
|
{
|
|
if (!$this->model) return [];
|
|
if (!$this->model) return [];
|
|
$info = $this->model->toArray();
|
|
$info = $this->model->toArray();
|
|
- var_dump($info);die;
|
|
|
|
$info = array_intersect_key($info, array_flip($this->getAllowFields()));
|
|
$info = array_intersect_key($info, array_flip($this->getAllowFields()));
|
|
$info['token'] = $this->getToken();
|
|
$info['token'] = $this->getToken();
|
|
$info['refresh_token'] = $this->getRefreshToken();
|
|
$info['refresh_token'] = $this->getRefreshToken();
|