diff --git a/frontend/components/Contact/Section/ContactFormSection.tsx b/frontend/components/Contact/Section/ContactFormSection.tsx index da100e1..927d173 100644 --- a/frontend/components/Contact/Section/ContactFormSection.tsx +++ b/frontend/components/Contact/Section/ContactFormSection.tsx @@ -35,11 +35,11 @@ const ContactFormSection = () => { setLoading(true); setError(""); - if (!captchaToken) { - setError("Bitte löse das CAPTCHA, um fortzufahren."); - setLoading(false); - return; - } + // if (!captchaToken) { + // setError("Bitte löse das CAPTCHA, um fortzufahren."); + // setLoading(false); + // return; + // } const res = await fetch("/api/contact", { method: "POST", @@ -189,11 +189,11 @@ const ContactFormSection = () => { {/* */} {/**/} - {error && ( -
- ❌ {error} -
- )} + {/*{error && (*/} + {/*
*/} + {/* ❌ {error}*/} + {/*
*/} + {/*)}*/}