mirror of
https://github.com/coder/code-server.git
synced 2026-06-23 10:27:11 +02:00
Add hidden username field for accessibility
This commit is contained in:
@@ -40,9 +40,10 @@ export const Login: React.FunctionComponent<LoginProps> = (props) => {
|
||||
<div className="sub">Please log in below</div>
|
||||
</div>
|
||||
<div className="field">
|
||||
<input className="user" type="text" autoComplete="username" />
|
||||
<input
|
||||
autoFocus
|
||||
className="input"
|
||||
className="password"
|
||||
type="password"
|
||||
placeholder="password"
|
||||
autoComplete="current-password"
|
||||
|
||||
Reference in New Issue
Block a user