albertcht / invisible-recaptcha

An invisible reCAPTCHA package for Laravel, Lumen, CI or native PHP.
MIT License
601 stars 162 forks source link

Check if .grecaptcha-badge element exists before changing the style #127

Closed jochensengier closed 3 years ago

jochensengier commented 4 years ago

This will prevent a TypeError -> Cannot set property 'style' of null

screenshot

albertcht commented 3 years ago

Hi @jochensengier ,

Thanks for your pull request.