added user informations cell
All checks were successful
Tests / Run Go Tests (push) Successful in 16s

This commit is contained in:
2025-10-04 19:37:57 +02:00
parent 566776910a
commit 0ffb910e37
5 changed files with 95 additions and 100 deletions

View File

@@ -29,6 +29,7 @@ func LoginHandler(w http.ResponseWriter, r *http.Request) {
func UserSettingsHandler(w http.ResponseWriter, r *http.Request) {
helper.RequiresLogin(Session, w, r)
switch r.Method {
case http.MethodGet:
showUserPage(w, r, 0)