lgy 2 weeks ago
parent
commit
1cd9c6151e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jcjyhr/app/admin/library/Auth.php

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

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