Autofocus the password field #29
This commit is contained in:
parent
68ee12d2cf
commit
44546efb0d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="title">Passwort</label>
|
<label for="title">Passwort</label>
|
||||||
<input type="password" name="password" class="form-control">
|
<input type="password" name="password" class="form-control" autofocus>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-success">
|
<button type="submit" class="btn btn-success">
|
||||||
|
|
Loading…
Reference in a new issue