Merge branch 'turnstile' of https://github.com/sussy-code/smov into turnstile

This commit is contained in:
Captain Jack Sparrow 2024-06-09 20:40:38 +00:00
commit acd01a0458
1 changed files with 2 additions and 1 deletions

View File

@ -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: {
<Turnstile
siteKey={siteKey}
options={{
refreshExpired: "auto",
refreshExpired: "never",
theme: "light",
}}
onWidgetLoad={(widgetId) => {