From ba64c59632f7801ff8ce4f6f0d225588f6375085 Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Mon, 9 Dec 2024 17:07:43 -0500 Subject: [PATCH] add autoComplete="off" to login honeypot field --- beszel/site/src/components/login/auth-form.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beszel/site/src/components/login/auth-form.tsx b/beszel/site/src/components/login/auth-form.tsx index 007e5c5..284e8eb 100644 --- a/beszel/site/src/components/login/auth-form.tsx +++ b/beszel/site/src/components/login/auth-form.tsx @@ -154,7 +154,7 @@ export function UserAuthForm({ type="password" autoComplete="current-password" disabled={isLoading || isOauthLoading} - className="ps-9 lowercase" + className="ps-9" /> {errors?.password &&

{errors.password}

} @@ -172,7 +172,7 @@ export function UserAuthForm({ type="password" autoComplete="current-password" disabled={isLoading || isOauthLoading} - className="ps-9 lowercase" + className="ps-9" /> {errors?.passwordConfirm &&

{errors.passwordConfirm}

} @@ -180,7 +180,7 @@ export function UserAuthForm({
{/* honeypot */} - +