From 9b4c8e39b5c29196f0d2929046008ca96923a71d Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:54:39 -0600 Subject: [PATCH] update turnstile --- src/stores/turnstile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;