From 2a8b62acb19d7d60a37693a66dac6e8735036a04 Mon Sep 17 00:00:00 2001 From: Luca Paolini Date: Wed, 21 May 2025 13:10:13 +0200 Subject: [PATCH] Disable autoCorrect, autoCapitalize and spellCheck on username input. (#18333) --- 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) {