Add autofocus for the 2FA code
This commit is contained in:
parent
6d5ffaa848
commit
f50b7ed2cc
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<?= $this->formCsrf() ?>
|
||||
<?= $this->formLabel(t('Code'), 'code') ?>
|
||||
<?= $this->formText('code', array(), array(), array('placeholder="123456"'), 'form-numeric') ?>
|
||||
<?= $this->formText('code', array(), array(), array('placeholder="123456"', 'autofocus'), 'form-numeric') ?>
|
||||
|
||||
<div class="form-actions">
|
||||
<input type="submit" value="<?= t('Check my code') ?>" class="btn btn-blue"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue