mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:39:52 +01:00
Auto focus OTP validation field on setup page
This commit is contained in:
parent
37d2b43023
commit
ee4b7e2cb1
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@
|
|||
%li.list-inline-item
|
||||
%a{ href: 'https://play.google.com/store/apps/details?id=com.azure.authenticator' } Google Play
|
||||
%p Once you have downloaded an authenticator app, add your Retrospring account by scanning the QR code displayed on the left.
|
||||
= f.text_field :otp_validation, class: 'totp-setup__code-field', label: 'Enter the code displayed in the app here:'
|
||||
= f.text_field :otp_validation, class: 'totp-setup__code-field', label: 'Enter the code displayed in the app here:', autofocus: true
|
||||
= f.submit t('views.actions.save'), class: 'btn btn-primary'
|
||||
|
|
Loading…
Reference in a new issue