Add polishing settings

This commit is contained in:
Captain Jack Sparrow 2024-06-08 04:48:21 +00:00
parent 549ff4db0c
commit c2c37b9c52
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ export function TurnstileProvider(props: {
>
<Turnstile
siteKey={siteKey}
options={{
refreshExpired: "never",
theme: "light",
}}
onLoadScript={() => {
setTurnstile(widgetId, "sudo", !!props.isInPopout);
}}