mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Focus authenticator code field [SCI-6716] (#4022)
This commit is contained in:
parent
4f2fd79f67
commit
02677aaaba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<p><%= t "devise.sessions.2fa.description" %></p>
|
||||
<p class="input-group sci-input-container">
|
||||
<%= label :otp, t("devise.sessions.2fa.field") %>
|
||||
<%= text_field_tag(:otp, '', { class: "form-control sci-input-field" })%>
|
||||
<%= text_field_tag(:otp, '', { class: "form-control sci-input-field", autofocus: true})%>
|
||||
</p>
|
||||
|
||||
<p class="actions">
|
||||
|
|
Loading…
Reference in a new issue