From 3337dff64bfa047358d5d2c94bb7a16406b128b8 Mon Sep 17 00:00:00 2001 From: henrygd Date: Sat, 15 Aug 2026 12:18:26 -0400 Subject: [PATCH] ui: possible fix for android bitwarden autofill (#1011) --- internal/site/src/components/login/auth-form.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/site/src/components/login/auth-form.tsx b/internal/site/src/components/login/auth-form.tsx index 1a1a08dc..fb957a4e 100644 --- a/internal/site/src/components/login/auth-form.tsx +++ b/internal/site/src/components/login/auth-form.tsx @@ -286,7 +286,7 @@ export function UserAuthForm({ {errors?.passwordConfirm &&

{errors.passwordConfirm}

} )} -
+