Update RegisterController.php

pull/1231/head
Shleeble committed by GitHub
parent 24a1b2713f
commit d61c48c62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,10 +76,6 @@ class RegisterController extends Controller
'password' => 'required|string|min:6|confirmed',
];
if (config('pixelfed.recaptcha')) {
$rules['g-recaptcha-response'] = 'required|recaptcha';
}
return Validator::make($data, $rules);
}

Loading…
Cancel
Save