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