@sw!n_bl!x

Results 2 issues of @sw!n_bl!x

use Lunaweb\RecaptchaV3\Facades\RecaptchaV3; // RecaptchaV3::verify($token, $action) $score = RecaptchaV3::verify($request->get('g-recaptcha-response'), 'register') if($score > 0.7) { // go } elseif($score > 0.3) { // require additional email verification } else { return abort(400,...

![image](https://user-images.githubusercontent.com/83761701/231055768-7f55f6a9-b7c2-481b-8ba7-95f61ac37ed2.png) No issues in network tool. ![image](https://user-images.githubusercontent.com/83761701/231056250-6aea45d8-4fea-4efb-82ac-bb64deddf257.png)