mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/17413] Make turnstile captcha work on registration page
PHPBB-17413
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<dl>
|
||||
<dt><div id="captcha_turnstile"></div></dt>
|
||||
</dl>
|
||||
{% INCLUDEJS 'https://challenges.cloudflare.com/turnstile/v0/api.js' %}
|
||||
{% INCLUDEJS U_TURNSTILE_SCRIPT %}
|
||||
<script>
|
||||
function domReady(callBack) {
|
||||
if (document.readyState === 'loading') {
|
||||
|
Reference in New Issue
Block a user