From 5839863186c6ad43d56a56dfc4c7864c417bf51d Mon Sep 17 00:00:00 2001 From: NKoelblen Date: Fri, 8 May 2026 10:11:42 +0200 Subject: [PATCH] fix: remove autoComplete prop from HoneyPot component in ContactForm, LoginPage, and RequestResetPasswordPage for consistency --- src/components/ContactForm.tsx | 1 - src/components/HoneyPot.tsx | 11 +---------- src/pages/auth/LoginPage.tsx | 1 - src/pages/auth/RequestResetPasswordPage.tsx | 1 - 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/src/components/ContactForm.tsx b/src/components/ContactForm.tsx index 862b834..3538a51 100644 --- a/src/components/ContactForm.tsx +++ b/src/components/ContactForm.tsx @@ -224,7 +224,6 @@ export default function ContactForm({ setHoneypot(e.target.value)} /> ; }) { return ( @@ -23,14 +21,7 @@ export default function HoneyPot({ aria-hidden="true" > - + ); } diff --git a/src/pages/auth/LoginPage.tsx b/src/pages/auth/LoginPage.tsx index f53cfc5..4e423ce 100644 --- a/src/pages/auth/LoginPage.tsx +++ b/src/pages/auth/LoginPage.tsx @@ -68,7 +68,6 @@ export default function Login() { setHoneypot(e.target.value)} /> setHoneypot(e.target.value)} />