diff options
Diffstat (limited to 'theme/admin/html/auth.php')
-rw-r--r-- | theme/admin/html/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/auth.php b/theme/admin/html/auth.php index 45b7e14..cff8612 100644 --- a/theme/admin/html/auth.php +++ b/theme/admin/html/auth.php @@ -20,7 +20,7 @@ <i class="fa fa-user-secret"></i><?=$Language->text('label_username')?></label> <div class="form-grid-item"> - <input id="form_username" name="username" value="<?=escapeHTML($FORM['DATA']['USERNAME'])?>" /> + <input id="form_username" name="username" value="<?=escapeHTML($FORM['DATA']['USERNAME'])?>" autofocus /> </div> <label for="form_password"> |