lgy 2 주 전
부모
커밋
1cd9c6151e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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))
         {