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

It does not pass the check for a repeated validation error. #18

Closed DmitrySkibitsky closed 6 years ago

DmitrySkibitsky commented 6 years ago

In case of an error during the second sending of data, the captcha does not work anymore. Although it is visually shown that you have passed it. Screeanshot

DmitrySkibitsky commented 6 years ago

As I understood it because of ajax request. How then to be with captcha and ajax requests?

DoctorLines commented 6 years ago

This package must checking the captcha only if all other checks with no errors.