Skip to content
Snippets Groups Projects
Commit a7e8bbce authored by ale's avatar ale
Browse files

Set the URL prefix on the logout page

parent b103900c
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,7 @@ func (h *Server) handleLogout(w http.ResponseWriter, req *http.Request, session
data := map[string]interface{}{
"CSRFField": csrf.TemplateField(req),
"URLPrefix": h.urlPrefix,
"Services": svcs,
"IsPOST": false,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment