summaryrefslogtreecommitdiffstats
path: root/templates/settings.tmpl
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-06-13 20:22:10 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2017-06-13 20:22:10 -0400
commit9be7b0c5be0b901348705bc969bc04e0e35db27e (patch)
tree16c1107e68ef03451a202e9a5f604c6939508f72 /templates/settings.tmpl
parent51e257a1741ed30463a3c26d0baa0018a8e9ae98 (diff)
downloadlastfm-api-9be7b0c5be0b901348705bc969bc04e0e35db27e.tar.gz
tentative fix for password fieldmy_branch
Diffstat (limited to 'templates/settings.tmpl')
-rw-r--r--templates/settings.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/settings.tmpl b/templates/settings.tmpl
index 5c757ee..dd4b53e 100644
--- a/templates/settings.tmpl
+++ b/templates/settings.tmpl
@@ -7,7 +7,7 @@
<input name="name" id="name" type="text" value={{.UserName}}>
<label for="name">Name</label>
</div>
-
+
<div class="form-element">
<input name="email" id="email" type="text" value={{.Email}}>
<label for="email">Email</label>
@@ -22,9 +22,9 @@
<input name="lfm_name" id="lfm_name" type="text" value={{.LfmName}}>
<label for="lfm_name">Username</label>
</div>
-
+
<div class="form-element">
- <input name="lfm_password" id="lfm_password" type="password" value={{.LfmPassword}}>
+ <input name="lfm_password" id="lfm_password" type="password" autocomplete="current-password">
<label for="lfm_password">Password</label>
</div>
</div>