We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd38099 commit c5977a1Copy full SHA for c5977a1
laravel/app/Http/Controllers/AuthController.php
@@ -42,7 +42,7 @@ public function login()
42
// 1. 验证 geetest
43
$result = (UserRepository::getInstent())->verifyCaptcha($input);
44
if (!$result || empty($input['username']) || empty($input['password'])) {
45
- // return $this->out(1207);
+ return $this->out(1207);
46
}
47
48
// 2. 验证用户名密码
0 commit comments