mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
Update src/webui/www/public/index.html
linting Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
This commit is contained in:
parent
0dcc8d72cc
commit
3ffcf1cd11
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<form id="loginform">
|
||||
<div class="row">
|
||||
<label for="username">QBT_TR(Username)QBT_TR[CONTEXT=Login]</label><br>
|
||||
<input type="text" id="username" name="username" autocomplete="username" autofocus required autocapitalize="none">
|
||||
<input type="text" id="username" name="username" autocomplete="username" autocapitalize="none" autofocus required>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="password">QBT_TR(Password)QBT_TR[CONTEXT=Login]</label><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue