From 7a9c9d8ab52c6366887a3f5b130c281dff0924d5 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:31:19 +0000 Subject: [PATCH] fix: mark password inputs with type="password" and autoComplete attributes Ensure the password field in login and signup forms is always rendered as an HTML password input (masked), and add appropriate autoComplete hints for browser password managers. Closes #1045 Co-authored-by: Aditya Choudhari --- apps/web/app/routes/auth/login.tsx | 2 +- apps/web/app/routes/auth/signup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/routes/auth/login.tsx b/apps/web/app/routes/auth/login.tsx index 6449b79fbc..c4c250f654 100644 --- a/apps/web/app/routes/auth/login.tsx +++ b/apps/web/app/routes/auth/login.tsx @@ -88,7 +88,7 @@ function LoginEmailPassword() { Password - + diff --git a/apps/web/app/routes/auth/signup.tsx b/apps/web/app/routes/auth/signup.tsx index 12a6b9572c..be3965cbae 100644 --- a/apps/web/app/routes/auth/signup.tsx +++ b/apps/web/app/routes/auth/signup.tsx @@ -79,7 +79,7 @@ function SignupForm() { Password - +