Skip to content
Permalink
Browse files
Added autofocus to email input on login screen
  • Loading branch information
wnhrt committed Aug 28, 2022
1 parent d2688cf commit 84afec5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -17,7 +17,7 @@
<div class="card-title"><%- i18n('login', 'title') %></div>
<div class="form-group">
<label class="form-label"><%- i18n('str', 'email-address') %></label>
<input name="identity" type="email" class="form-control" placeholder="<%- i18n('str', 'email-address') %>" required>
<input name="identity" type="email" class="form-control" placeholder="<%- i18n('str', 'email-address') %>" required autofocus>
</div>
<div class="form-group">
<label class="form-label"><%- i18n('str', 'password') %></label>

0 comments on commit 84afec5

Please sign in to comment.