Changed login site input field to password input type

This commit is contained in:
Pablu23
2024-05-30 22:41:12 +02:00
parent 124dab097a
commit 2aab7906e1
2 changed files with 2 additions and 2 deletions

View File

@@ -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: