lgy hace 2 días
padre
commit
bcbf9f5c60
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      jcjyhr/app/admin/library/Auth.php

+ 3 - 1
jcjyhr/app/admin/library/Auth.php

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