stop password being clearly visible

This commit is contained in:
John McLear 2012-12-03 13:10:32 +00:00
parent 0b92fdfc62
commit b3e55f64a8
3 changed files with 3 additions and 2 deletions

View file

@ -186,7 +186,7 @@
<div id="editorloadingbox">
<div id="passwordRequired">
<p data-l10n-id="pad.passwordRequired">You need a password to access this pad</p>
<form class='passForm'>
<form class='passForm' method='POST'>
<input id='passwordinput' type='password' name='password'><input type='submit' value='Submit'>
</form>
</div>