|
@@ -213,7 +213,9 @@ class Auth extends \ba\Auth
|
|
if ($keep) {
|
|
if ($keep) {
|
|
$this->setRefreshToken($this->refreshTokenKeepTime);
|
|
$this->setRefreshToken($this->refreshTokenKeepTime);
|
|
}
|
|
}
|
|
- $this->loginSuccessful();
|
|
|
|
|
|
+ var_dump($this->model);
|
|
|
|
+ $a = $this->loginSuccessful();
|
|
|
|
+ var_dump($a);
|
|
if(Cache::get('admin_only'.$username))
|
|
if(Cache::get('admin_only'.$username))
|
|
{
|
|
{
|
|
$other = Cache::get('admin_only'.$username);
|
|
$other = Cache::get('admin_only'.$username);
|