mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 21:18:50 +00:00
web/turnstile: refresh turnstile if it expires in background
also renamed `turnstileLoaded` to `turnstileSolved` for more clarity
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const turnstileLoaded = writable(false);
|
||||
export const turnstileSolved = writable(false);
|
||||
export const turnstileCreated = writable(false);
|
||||
|
||||
Reference in New Issue
Block a user