diff options
Diffstat (limited to 'httemplate/elements/tr-password.html')
-rw-r--r-- | httemplate/elements/tr-password.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/tr-password.html b/httemplate/elements/tr-password.html index d19c4ed0e..8ad303c67 100644 --- a/httemplate/elements/tr-password.html +++ b/httemplate/elements/tr-password.html @@ -1,3 +1,4 @@ <& tr-input-text.html, @_, - 'type' => 'password', + 'type' => 'password', + 'autocomplete' => 1, &> |