mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
commit
58d5da33a8
1 changed files with 2 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue