diff --git a/src/stores/turnstile/index.tsx b/src/stores/turnstile/index.tsx index d063f53d..67340f10 100644 --- a/src/stores/turnstile/index.tsx +++ b/src/stores/turnstile/index.tsx @@ -108,7 +108,7 @@ export function TurnstileProvider(props: { }} onWidgetLoad={(widgetId) => { idRef.current = widgetId; - setTurnstile(widgetId, "sudo", !!props.isInPopout); + setTurnstile(widgetId, "mwturnstile", !!props.isInPopout); }} onError={() => { const id = idRef.current;