fix a tfa captcha err in prod
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 22s
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 22s
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user