Added logging to loginform and added loading feedback for user on submit

This commit is contained in:
2025-02-09 18:57:27 +11:00
parent 378840fe24
commit 418cff1c4a
4 changed files with 28 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ func NewServer(
mux := http.NewServeMux()
addRoutes(
mux,
logger,
config,
conn,
)