Username Bugfix

This commit is contained in:
AlexE030
2023-05-30 15:50:54 +02:00
parent b298fe0bdf
commit 88947e36f0
+1 -1
View File
@@ -52,7 +52,7 @@ export default function Login() {
<div className={"placement"}>
<br/>
<p className={"font-kinda-big"}>Username</p>
<input type="text" value={inputUserName} onChange={e => setInputUserName(e.target.value)}
<input type="text" value={inputUserName} onChange={e => setInputUserName(e.target.value.toLowerCase())}
placeholder={hint} className="input input-bordered input-sm w-full max-w-xs box-shadow"
style={{
backgroundColor: backgroundColor