1
0
Fork 0
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:
Frédéric Guillot 2020-12-23 10:29:51 -08:00
parent d3cfa6396d
commit 9a4b045bdc
5 changed files with 14 additions and 14 deletions

View file

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