mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: browser hints for password fields
Co-authored-by: eNV25 <env252525@gmail.com> Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
ed17486da6
commit
58158505b0
2 changed files with 5 additions and 5 deletions
|
@ -26,14 +26,14 @@
|
|||
<tr>
|
||||
<td>{% trans %}Enter your new password:{% endtrans %}</td>
|
||||
<td>
|
||||
<input type="password" name="password" size="30"
|
||||
<input type="password" name="password" size="30" autocomplete="new-password"
|
||||
value="{{ password or '' }}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{% trans %}Confirm your new password:{% endtrans %}</td>
|
||||
<td>
|
||||
<input type="password" name="confirm" size="30"
|
||||
<input type="password" name="confirm" size="30" autocomplete="new-password"
|
||||
value="{{ confirm or '' }}">
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue