From bf2002f8beda9c8921dbdd69dd4cab8db6a589db Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sun, 15 Mar 2026 21:08:19 -0500 Subject: [PATCH] fix(a11y): restore keyboard access to forgot-password, add role=alert to error --- frontend/src/routes/login.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/routes/login.tsx b/frontend/src/routes/login.tsx index 78e2af8..800cafb 100644 --- a/frontend/src/routes/login.tsx +++ b/frontend/src/routes/login.tsx @@ -148,7 +148,6 @@ function LoginPage() { Forgot password? @@ -209,7 +208,7 @@ function LoginPage() { )} {error && ( -
+

{error}

)}