diff options
Diffstat (limited to 'src/screens/Signup/StepCaptcha/CaptchaWebView.tsx')
-rw-r--r-- | src/screens/Signup/StepCaptcha/CaptchaWebView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx b/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx index 27951d4cc..f208951d5 100644 --- a/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx +++ b/src/screens/Signup/StepCaptcha/CaptchaWebView.tsx @@ -31,7 +31,7 @@ export function CaptchaWebView({ onError: (error: unknown) => void }) { const startedAt = useRef(Date.now()) - const successTo = useRef<NodeJS.Timeout>() + const successTo = useRef<NodeJS.Timeout>(undefined) useEffect(() => { return () => { |