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"}> <div className={"placement"}>
<br/> <br/>
<p className={"font-kinda-big"}>Username</p> <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" placeholder={hint} className="input input-bordered input-sm w-full max-w-xs box-shadow"
style={{ style={{
backgroundColor: backgroundColor backgroundColor: backgroundColor