thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

Correct the JS script order #26

Closed JanisE closed 6 years ago

JanisE commented 6 years ago

According to https://developers.google.com/recaptcha/docs/display#explicit_render :

Note: your onload callback function must be defined before the reCAPTCHA API loads. To ensure there are no race conditions: order your scripts with the callback first, and then reCAPTCHA use the async and defer parameters in the script tags

thinhbuzz commented 6 years ago

thanks for PR