use less cryptic placeholder
https://github.com/colouring-cities/colouring-london/issues/942#issuecomment-1257203358
This commit is contained in:
parent
2bdbbce8d2
commit
8781a263c8
@ -39,7 +39,7 @@ export const Login: React.FC = () => {
|
||||
<input name="username" id="username"
|
||||
className="form-control" type="text"
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user