Skip to content

Commit

Permalink
Merge pull request #22 from fanat98/bugfix/timeout
Browse files Browse the repository at this point in the history
[BUGFIX] Fix recaptcha timeout issue
  • Loading branch information
Benjamin-K authored Jan 25, 2022
2 parents c955942 + 1cae1b8 commit f929726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Form/CaptchaV3.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
});
});
}
setInterval(grecaptchaOnload, 110000);
</script>

<f:if condition="{element.renderingOptions.includeAPIScript}">
Expand Down

0 comments on commit f929726

Please sign in to comment.