[#56] Autofocus username input on login

Closes #56
This commit is contained in:
Jannis Mattheis 2018-09-08 17:27:02 +02:00
parent a6b4414d64
commit abe6ea25b7
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class Login extends Component<{}, IState> {
<Container> <Container>
<form onSubmit={this.preventDefault}> <form onSubmit={this.preventDefault}>
<TextField <TextField
autoFocus
id="name" id="name"
label="Username" label="Username"
margin="dense" margin="dense"