You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Corrige rota JS do recaptcha v3 no casos de projetos estejam rodando em uma subpasta, exemplo: https://localhost/cliente/projeto/public/
Antes o JS estava mandando a validação para "https://localhost/" . config( 'recaptcha.default_validation_route', 'biscolab-recaptcha/validate')
Agora o JS enviará para a requisição para "https://localhost/cliente/projeto/public/" . config( 'recaptcha.default_validation_route', 'biscolab-recaptcha/validate')
0 commit comments