diff --git a/src/stores/turnstile/index.tsx b/src/stores/turnstile/index.tsx index a2085a2c..f6452d91 100644 --- a/src/stores/turnstile/index.tsx +++ b/src/stores/turnstile/index.tsx @@ -77,6 +77,7 @@ export async function getTurnstileToken() { const turnstile = getTurnstile(); try { const token = await useTurnstileStore.getState().getToken(); + reportCaptchaSolve(true); return token; } catch (err) { @@ -103,7 +104,7 @@ export function TurnstileProvider(props: { {