From 88947e36f077a648080a853e18d0032f91c750c0 Mon Sep 17 00:00:00 2001 From: AlexE030 Date: Tue, 30 May 2023 15:50:54 +0200 Subject: [PATCH] Username Bugfix --- anwendung/src/components/Login.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anwendung/src/components/Login.jsx b/anwendung/src/components/Login.jsx index 7f11618..e8d3986 100644 --- a/anwendung/src/components/Login.jsx +++ b/anwendung/src/components/Login.jsx @@ -52,7 +52,7 @@ export default function Login() {

Username

- setInputUserName(e.target.value)} + setInputUserName(e.target.value.toLowerCase())} placeholder={hint} className="input input-bordered input-sm w-full max-w-xs box-shadow" style={{ backgroundColor: backgroundColor