I've added changes to the api.js file to allow users to disable the reCAPTCHA check entirely if they are hosting on their local network by adding an argument to the .env file called USE_RECAPTCHA=false. Also updated the readme.md file to explain how to disable the reCAPTCHA.
Also on the publicly hosted version you shouldn't need to change anything because it only disables the reCAPTCHA if the USE_RECAPTCHA=false argument exists in the .env file
I've added changes to the api.js file to allow users to disable the reCAPTCHA check entirely if they are hosting on their local network by adding an argument to the
.env
file calledUSE_RECAPTCHA=false
. Also updated thereadme.md
file to explain how to disable the reCAPTCHA.