Update src/screens/Signup/StepCaptcha/CaptchaWebView.tsx

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
hailey
2025-08-07 09:59:52 -07:00
committed by GitHub
parent f54e05e959
commit 6471e980b1
@@ -35,7 +35,7 @@ export function CaptchaWebView({
useEffect(() => {
return () => {
if (successTo) {
if (successTo.current) {
clearTimeout(successTo.current)
}
}