We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2688cf commit 84afec5Copy full SHA for 84afec5
frontend/js/login/ui/login.ejs
@@ -17,7 +17,7 @@
17
<div class="card-title"><%- i18n('login', 'title') %></div>
18
<div class="form-group">
19
<label class="form-label"><%- i18n('str', 'email-address') %></label>
20
- <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>
21
</div>
22
23
<label class="form-label"><%- i18n('str', 'password') %></label>
0 commit comments