From 8ba2459b759c2560ebfbfd1884b831da92551385 Mon Sep 17 00:00:00 2001 From: jmondaud <35772177+jmondaud@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:24:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Update=20login.tsx=20to=20?= =?UTF-8?q?prevent=20error=20if=20username=20or=20password=20are=20empty?= =?UTF-8?q?=20(#1257)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/routes/login.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/login.tsx b/frontend/src/routes/login.tsx index 39b6dc7..dd9ab40 100644 --- a/frontend/src/routes/login.tsx +++ b/frontend/src/routes/login.tsx @@ -88,6 +88,7 @@ function Login() {