mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Add autocomplete="username" to HTML forms
This commit is contained in:
parent
d3cfa6396d
commit
9a4b045bdc
5 changed files with 14 additions and 14 deletions
|
@ -20,7 +20,7 @@
|
|||
</label>
|
||||
|
||||
<label for="form-fever-username">{{ t "form.integration.fever_username" }}</label>
|
||||
<input type="text" name="fever_username" id="form-fever-username" value="{{ .form.FeverUsername }}">
|
||||
<input type="text" name="fever_username" id="form-fever-username" value="{{ .form.FeverUsername }}" autocomplete="username">
|
||||
|
||||
<label for="form-fever-password">{{ t "form.integration.fever_password" }}</label>
|
||||
<input type="password" name="fever_password" id="form-fever-password" value="{{ .form.FeverPassword }}" autocomplete="new-password">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue