From e433fe4004882f4b84d0d6f044081b8cc8e7352b Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 19 Sep 2024 08:29:56 -0400 Subject: [PATCH] fix a tfa captcha err in prod --- src/components/auth/auth-form.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/auth/auth-form.tsx b/src/components/auth/auth-form.tsx index 0eb008b..b6f795e 100644 --- a/src/components/auth/auth-form.tsx +++ b/src/components/auth/auth-form.tsx @@ -153,6 +153,8 @@ const AuthForm = (): ReactElement => { if (error?.message === "BORDER_CROSSING") { setBorderCrossing(true); setLoading(false); + turnstile.reset(); + ssssssssss; return; } setError(error?.message ?? undefined);