Changed login site input field to password input type
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<form method="post" action="/login">
|
||||
<label>
|
||||
Secret
|
||||
<input type="text" name="secret">
|
||||
<input type="password" name="secret">
|
||||
</label>
|
||||
<input type="submit" value="Login">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user