From 6471e980b197570fb8e349c3f40f72a4e25d2321 Mon Sep 17 00:00:00 2001 From: hailey Date: Thu, 7 Aug 2025 09:59:52 -0700 Subject: [PATCH] Update src/screens/Signup/StepCaptcha/CaptchaWebView.tsx Co-authored-by: Eric Bailey --- src/screens/Signup/StepCaptcha/CaptchaWebView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx b/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx index 445f081f4b..27951d4cc6 100644 --- a/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx +++ b/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx @@ -35,7 +35,7 @@ export function CaptchaWebView({ useEffect(() => { return () => { - if (successTo) { + if (successTo.current) { clearTimeout(successTo.current) } }