diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2017-06-13 20:22:10 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2017-06-13 20:22:10 -0400 |
| commit | 9be7b0c5be0b901348705bc969bc04e0e35db27e (patch) | |
| tree | 16c1107e68ef03451a202e9a5f604c6939508f72 /templates/settings.tmpl | |
| parent | 51e257a1741ed30463a3c26d0baa0018a8e9ae98 (diff) | |
| download | lastfm-api-9be7b0c5be0b901348705bc969bc04e0e35db27e.tar.gz | |
tentative fix for password fieldmy_branch
Diffstat (limited to 'templates/settings.tmpl')
| -rw-r--r-- | templates/settings.tmpl | 6 |
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> |
