Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fizerkhan/eb946caae964bedc9183d77cea677269 to your computer and use it in GitHub Desktop.
Save fizerkhan/eb946caae964bedc9183d77cea677269 to your computer and use it in GitHub Desktop.
Disable Recaptcha
window.grecaptcha = {
execute: function () {
return window.onSubmit();
},
getResponse: function () {
return "response";
},
reset: function () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment