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

10 lines
416 B
Smarty
Executable File

{if $public_setting['captcha_provider'] === 'turnstile'}
<div id="cf-turnstile" class="cf-turnstile" data-sitekey="{$captcha['turnstile_sitekey']}" data-theme="light"></div>
{/if}
{if $public_setting['captcha_provider'] === 'geetest'}
<div id="geetest"></div>
{/if}
{if $public_setting['captcha_provider'] === 'hcaptcha'}
<div class="h-captcha" data-sitekey="{$captcha['hcaptcha_sitekey']}"></div>
{/if}