remove: test line

This commit is contained in:
tokumeikoi 2021-01-21 15:52:12 +09:00 committed by GitHub
parent f7a7c21c16
commit f855ecc758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ class AuthController extends Controller
{
public function register(AuthRegister $request)
{
abort(500, __('passport.auth.register.verify_incorrect'));
if ((int)config('v2board.recaptcha_enable', 0)) {
$recaptcha = new ReCaptcha(config('v2board.recaptcha_key'));
$recaptchaResp = $recaptcha->verify($request->input('recaptcha_data'));