Skip to content

Commit

Permalink
fix: enable explicit render
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Oct 5, 2022
1 parent 76a0115 commit 516f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Turnstile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<svelte:head>
{#if mounted}
<script
src="https://challenges.cloudflare.com/turnstile/v0/api.js"
src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"
on:load={loadCallback}
async></script>
{/if}
Expand Down

0 comments on commit 516f77a

Please sign in to comment.