[Login] make the username the default focused field.

Fixes #2221
这个提交包含在:
Peter Goodhall 2023-06-22 16:09:25 +01:00
父节点 ef0c3e98ce
当前提交 949f7ee4f9

查看文件

@ -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>