Skip to content

Commit

Permalink
Merge pull request #28 from venyii/autofocus-login
Browse files Browse the repository at this point in the history
Autofocus the username input on login page
  • Loading branch information
Marvin Blum authored Jun 28, 2017
2 parents 9a05c7a + df44ff7 commit 94dea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/template/pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Login</h1>
<table>
<tr>
<td class="w30">Login/E-Mail:</td>
<td><input type="text" name="login" v-model="login" class="full-width" /></td>
<td><input type="text" name="login" v-model="login" class="full-width" autofocus /></td>
</tr>
<tr>
<td>Password:</td>
Expand Down

0 comments on commit 94dea6e

Please sign in to comment.