Skip to content

Fix a bug with recaptcha timeouts

Compare
Choose a tag to compare
@Benjamin-K Benjamin-K released this 25 Jan 09:07
· 22 commits to master since this release
f929726

Google reCaptcha will expire after two minutes. To prevent forms from having an invalid recaptcha, we will update the recaptcha every 110 seconds.

Thanks to @fanat98 for creating a PR for this.