Added basic login functionality to login form

This commit is contained in:
2025-02-08 15:29:17 +11:00
parent 5a93ef81dd
commit 1004dc9563
9 changed files with 138 additions and 7 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module projectreshoot
go 1.23.5
require github.com/a-h/templ v0.3.833
require (
github.com/a-h/templ v0.3.833
github.com/joho/godotenv v1.5.1
)