mirror of
https://github.com/sussy-code/smov.git
synced 2026-04-20 16:12:21 +00:00
Add polishing settings
This commit is contained in:
parent
549ff4db0c
commit
c2c37b9c52
1 changed files with 4 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ export function TurnstileProvider(props: {
|
|||
>
|
||||
<Turnstile
|
||||
siteKey={siteKey}
|
||||
options={{
|
||||
refreshExpired: "never",
|
||||
theme: "light",
|
||||
}}
|
||||
onLoadScript={() => {
|
||||
setTurnstile(widgetId, "sudo", !!props.isInPopout);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue