Silent 6 년 전
부모
커밋
40528d2623
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Teacher/Auth/LoginController.php

+ 1 - 1
app/Http/Controllers/Teacher/Auth/LoginController.php

xqd
@@ -85,7 +85,7 @@ class LoginController extends Controller
         // user surpasses their maximum number of attempts they will get locked out.
         $this->incrementLoginAttempts($request);
 
-        return $this->showWarning('密码或者手机错误', ['url' => '/teacher/login']);
+        return $this->showWarning('密码或者手机错误', '/teacher/login');
 
 //        return $this->sendFailedLoginResponse($request);
     }