From a18aac23ac92813e84d642590441d9ffce16d0f0 Mon Sep 17 00:00:00 2001 From: Luca Paolini Date: Wed, 21 May 2025 11:24:57 +0200 Subject: [PATCH] Disable autoCorrect, autoCapitalize and spellCheck on username input. Some combinations of browsers/OS have them enabled by default, and this is not convenient for username input. --- web/src/components/auth/AuthForm.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/components/auth/AuthForm.tsx b/web/src/components/auth/AuthForm.tsx index dcf8eaa55..12e8f777e 100644 --- a/web/src/components/auth/AuthForm.tsx +++ b/web/src/components/auth/AuthForm.tsx @@ -99,6 +99,9 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) {