From cd7c6ee75139e7c82e1165d8392b5aa89b99624c Mon Sep 17 00:00:00 2001 From: dotta Date: Sat, 21 Mar 2026 12:51:05 -0500 Subject: [PATCH] Fix login form not being detected by 1Password Add name, id, and htmlFor attributes to form inputs and a method/action to the form element so password managers can properly identify the login form fields. Co-Authored-By: Paperclip Co-Authored-By: Claude Opus 4.6 --- ui/src/pages/Auth.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ui/src/pages/Auth.tsx b/ui/src/pages/Auth.tsx index 7f794a70..048d10c5 100644 --- a/ui/src/pages/Auth.tsx +++ b/ui/src/pages/Auth.tsx @@ -89,6 +89,8 @@ export function AuthPage() {
{ event.preventDefault(); if (mutation.isPending) return; @@ -101,8 +103,10 @@ export function AuthPage() { > {mode === "sign_up" && (
- + setName(event.target.value)} @@ -112,8 +116,10 @@ export function AuthPage() {
)}
- +
- +