From 788b2a17e7ba6c207abc18f076a50bc6bee64987 Mon Sep 17 00:00:00 2001 From: soufiane Date: Sun, 7 Dec 2025 17:02:56 +0100 Subject: [PATCH] =?UTF-8?q?fix(a11y):=20corriger=20accessibilit=C3=A9=20pa?= =?UTF-8?q?ges=20login=20et=20register?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Améliorer le contraste des labels (text-gray-700 → text-gray-900) - Ajouter aria-label sur les boutons show/hide password - Ajouter aria-hidden sur les icônes SVG décoratives - Ajouter sr-only pour les champs obligatoires 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/login/page.tsx | 15 +++++++++------ app/register/page.tsx | 41 ++++++++++++++++++++++++----------------- 2 files changed, 33 insertions(+), 23 deletions(-) diff --git a/app/login/page.tsx b/app/login/page.tsx index 59f3417..0d8bb4a 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -116,8 +116,9 @@ export default function LoginPage() { {/* Email */}
-