chore(webui): remove autofocus attributes in the redesigned pages
This commit is contained in:
parent
c69e323f9e
commit
5e033b5f14
3 changed files with 3 additions and 6 deletions
|
@ -10,8 +10,7 @@
|
|||
<legend>New User Account</legend>
|
||||
<div class="grid-2">
|
||||
<label for="username" style="min-width:92px;">Username</label>
|
||||
<input autofocus
|
||||
{{ if or .UsernameDuplicate .UsernameInvalid }}class="error"{{ end }}
|
||||
<input {{ if or .UsernameDuplicate .UsernameInvalid }}class="error"{{ end }}
|
||||
id="username"
|
||||
name="username"
|
||||
required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue