Mateusz Konieczny 2022-10-05 17:47:35 +02:00
parent 2bdbbce8d2
commit 8781a263c8

View File

@ -39,7 +39,7 @@ export const Login: React.FC = () => {
<input name="username" id="username" <input name="username" id="username"
className="form-control" type="text" className="form-control" type="text"
value={username} onChange={e => setUsername(e.target.value)} value={username} onChange={e => setUsername(e.target.value)}
placeholder="not-your-real-name" required placeholder="please note the user name you choose will be public" required
/> />
<label htmlFor="password">Password</label> <label htmlFor="password">Password</label>