diff --git a/app/auth/components/auth-form.tsx b/app/auth/components/auth-form.tsx index 843a2c2..571b5d1 100644 --- a/app/auth/components/auth-form.tsx +++ b/app/auth/components/auth-form.tsx @@ -71,14 +71,14 @@ export function AuthForm>({ className="form" {...props} > - {children} - {formError ? ( -
+
) : null} + {children} +