From a67f581c52cb1771a0d77e089c41052bf080647b Mon Sep 17 00:00:00 2001 From: Lotus Bot Date: Thu, 21 May 2026 13:49:49 -0400 Subject: [PATCH] fix(a11y): add htmlFor/id label associations in login and token input forms\n\nCo-Authored-By: Claude Sonnet 4.6 --- src/app/components/uia-stages/RegistrationTokenStage.tsx | 4 +++- src/app/pages/auth/login/PasswordLoginForm.tsx | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/components/uia-stages/RegistrationTokenStage.tsx b/src/app/components/uia-stages/RegistrationTokenStage.tsx index ed8a30458..4593d5805 100644 --- a/src/app/components/uia-stages/RegistrationTokenStage.tsx +++ b/src/app/components/uia-stages/RegistrationTokenStage.tsx @@ -37,11 +37,13 @@ function RegistrationTokenErrorDialog({ {title} {message} - + Registration Token - + Username - + Password - + {loginState.status === AsyncStatus.Error && ( <>