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.
When i put {!! htmlScriptTagJsApi(config('recaptcha')) !!} in blade file, the js call to recaptcha api.js not set language param configured previusly in recaptcha.php, in config folder:
The result return the default file recaptcha__en.js
Loking in vendor files, in ReCaptchaBuilderV3.php file, i'm not found a language param configured on call api.js:
To resolve this problem, i suggest create an $lang variable before the api.js call getting param 'default_language' from recaptcha.php config file. Something like this: