fuc/resources/views/tabler/captcha/ajax.tpl
2025-02-23 13:30:57 +08:00

10 lines
330 B
Smarty
Executable File

{if $public_setting['captcha_provider'] === 'turnstile'}
turnstile: document.querySelector("[name=cf-turnstile-response]").value,
{/if}
{if $public_setting['captcha_provider'] === 'geetest'}
geetest: geetest_result,
{/if}
{if $public_setting['captcha_provider'] === 'hcaptcha'}
hcaptcha: hcaptcha.getResponse(),
{/if}