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

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