fix a tfa captcha err in prod
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 22s

This commit is contained in:
Braydon 2024-09-19 08:29:56 -04:00
parent 8520b77893
commit e433fe4004

@ -153,6 +153,8 @@ const AuthForm = (): ReactElement => {
if (error?.message === "BORDER_CROSSING") {
setBorderCrossing(true);
setLoading(false);
turnstile.reset();
ssssssssss;
return;
}
setError(error?.message ?? undefined);