From 9f3bbd888b0312955b1e712e3c0bc38421883450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Martin?= Date: Wed, 23 Jul 2025 23:15:29 +0200 Subject: [PATCH] Improve accessibility of form fields in Login See https://mui.com/material-ui/api/text-field/ --- ui/src/user/Login.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/user/Login.tsx b/ui/src/user/Login.tsx index e400ed8..1580bdb 100644 --- a/ui/src/user/Login.tsx +++ b/ui/src/user/Login.tsx @@ -28,17 +28,21 @@ class Login extends Component> {
(this.username = e.target.value)} />