mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 17:11:13 -05:00
Fix edge function console statements
This commit is contained in:
@@ -26,7 +26,7 @@ export function TurnstileCaptcha({
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
const [loading, setLoading] = useState(true);
|
||||
const [key, setKey] = useState(0);
|
||||
const turnstileRef = useRef<any>(null);
|
||||
const turnstileRef = useRef(null);
|
||||
|
||||
const handleSuccess = (token: string) => {
|
||||
setError(null);
|
||||
|
||||
Reference in New Issue
Block a user