[Login] make the username the default focused field.

Fixes #2221
pull/2224/head
Peter Goodhall 2023-06-22 16:09:25 +01:00
rodzic ef0c3e98ce
commit 949f7ee4f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ body {
<div>
<label for="floatingInput"><strong><?php echo lang('account_username'); ?></strong></label>
<input type="text" name="user_name" class="form-control" id="floatingInput" placeholder="<?php echo lang('account_username'); ?>"
value="<?php echo $this->input->post('user_name'); ?>">
value="<?php echo $this->input->post('user_name'); ?>" autofocus>
</div>
<div>
<label for="floatingPassword"><strong><?php echo lang('account_password'); ?></strong></label>