Skip to content

Commit c5977a1

Browse files
committed
fix verifyCaptcha
1 parent dd38099 commit c5977a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/app/Http/Controllers/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function login()
4242
// 1. 验证 geetest
4343
$result = (UserRepository::getInstent())->verifyCaptcha($input);
4444
if (!$result || empty($input['username']) || empty($input['password'])) {
45-
// return $this->out(1207);
45+
return $this->out(1207);
4646
}
4747

4848
// 2. 验证用户名密码

0 commit comments

Comments
 (0)