Username Bugfix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user