Fixed Change Password Bug

This commit is contained in:
Chris Mann 2023-07-25 15:20:15 +02:00
parent 84c46149f6
commit fa22a9eb37

View file

@ -28,7 +28,7 @@ func handleHome(w http.ResponseWriter, r *http.Request) {
can_admin := false
if login != nil {
can_admin = login.CanAdmin
http.Redirect(w, r, "/", http.StatusTemporaryRedirect)
}
data := HomePageData{