Merge branch 'dev' into 'dev'

Autofocus on the email-field on page-reload.

See merge request Shinobi-Systems/Shinobi!194
merge-requests/198/head
Moe 2020-05-30 03:18:27 +00:00
commit 47d628428b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</div>
<% } %>
<div class="form-group">
<input type="text" name="mail" id="email" tabindex="1" class="monospace form-control" placeholder="<%- lang.Email %>" value="">
<input type="text" name="mail" id="email" tabindex="1" autofocus class="monospace form-control" placeholder="<%- lang.Email %>" value="">
</div>
<div class="form-group">
<input type="password" name="pass" id="pass" tabindex="2" class="monospace form-control" placeholder="<%- lang.Password %>">