Changed login site input field to password input type
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
run: develop
|
||||
bin/develop
|
||||
bin/develop --server --port 8080 --secret test --database db.sqlite
|
||||
develop:
|
||||
go build -tags Develop -o bin/develop
|
||||
release:
|
||||
|
||||
@@ -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