aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2017-06-13 20:57:08 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2017-06-13 20:57:08 -0400
commit1d8793f4f84fd5c88dd36eedb83e0c06c24f7477 (patch)
treefe490267a4e4b8bbe9fbbe10f7ac06f219fc04dc /templates
parenta64a435757ab96cdd73ae83903242406bbb258f8 (diff)
downloadlastfm-api-1d8793f4f84fd5c88dd36eedb83e0c06c24f7477.tar.gz
Fix the fix of password bug
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.tmpl b/templates/settings.tmpl
index 00b2125..9c68b16 100644
--- a/templates/settings.tmpl
+++ b/templates/settings.tmpl
@@ -24,7 +24,7 @@
</div>
<div class="form-element">
- <input name="lfm_password" id="lfm_password" type="password" value={{.LfmPassword}}>
+ <input autocomplete="new-password" name="lfm_password" id="lfm_password" type="password">
<label for="lfm_password">Password</label>
</div>
</div>