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
Is there a way to enable or disable the recaptcha? For example, in a development environment it can get tedious to pass the validation every time. It would be nice if there could be an option in config e.g.:
"enabled" => env('RECAPTCHA_ENABLED', true)
The text was updated successfully, but these errors were encountered:
Is there a way to enable or disable the recaptcha? For example, in a development environment it can get tedious to pass the validation every time. It would be nice if there could be an option in config e.g.:
"enabled" => env('RECAPTCHA_ENABLED', true)
The text was updated successfully, but these errors were encountered: