dashboard locations and projects will now show items

This commit is contained in:
2026-06-08 14:46:52 +02:00
parent 405502cb20
commit 339d5a709c
2 changed files with 37 additions and 17 deletions

View File

@@ -289,5 +289,5 @@ func UserInfo(w http.ResponseWriter, r *http.Request) {
log.Println("GET [api/userinfo] " + r.RemoteAddr + ": " + err.Error())
return
}
log.Println("GET [api/userinfo] " + r.RemoteAddr + ": Successfully retrieved user info")
log.Println("GET [api/userinfo] " + r.RemoteAddr + ": Successfully retrieved user info of " + user.Username + " (" + user.ID + ")")
}