Refactoring

This commit is contained in:
Chris Mann 2023-07-26 08:34:57 +02:00
parent 0019106398
commit 501c0cd768

View file

@ -11,7 +11,7 @@ import (
) )
func handleProfile(w http.ResponseWriter, r *http.Request) { func handleProfile(w http.ResponseWriter, r *http.Request) {
templateProfile := getTemplate("profile.html") templateProfile := getTemplate("user.html")
login := checkLogin(w, r) login := checkLogin(w, r)
if login == nil { if login == nil {