From 84a2b252622e31f7bd828aec3536bb21bdc2a1f4 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 19 Sep 2024 08:33:55 -0400 Subject: [PATCH] fix deploy err, oops --- src/components/auth/auth-form.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/auth/auth-form.tsx b/src/components/auth/auth-form.tsx index b6f795e..3d6e671 100644 --- a/src/components/auth/auth-form.tsx +++ b/src/components/auth/auth-form.tsx @@ -154,7 +154,6 @@ const AuthForm = (): ReactElement => { setBorderCrossing(true); setLoading(false); turnstile.reset(); - ssssssssss; return; } setError(error?.message ?? undefined);