Skip to content

Commit

Permalink
er, that's not a password input.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Apr 10, 2012
1 parent ad7cf55 commit fa2458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
{% if not auth_pwd %}
<form method="post">
Enter your mpd password: <input type="passwd" name="auth_pwd" />
Enter your mpd password: <input type="password" name="auth_pwd" />
<input type="submit" value="Save" />
</form>
{% else %}
Expand Down

0 comments on commit fa2458e

Please sign in to comment.