From 2aab7906e112206376311af2f62bd1ef8b2b06ac Mon Sep 17 00:00:00 2001 From: Pablu23 Date: Thu, 30 May 2024 22:41:12 +0200 Subject: [PATCH] Changed login site input field to password input type --- Makefile | 2 +- internal/view/Views/login.gohtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 607315e..65103dd 100644 --- a/Makefile +++ b/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: diff --git a/internal/view/Views/login.gohtml b/internal/view/Views/login.gohtml index 743fe91..f10d1ca 100644 --- a/internal/view/Views/login.gohtml +++ b/internal/view/Views/login.gohtml @@ -9,7 +9,7 @@