redirect on lfm callback

This commit is contained in:
sentriz
2019-04-18 00:28:29 +01:00
parent 6b82310ac1
commit e8424ca571

View File

@@ -101,6 +101,7 @@ func (c *Controller) ServeLinkLastFMCallback(w http.ResponseWriter, r *http.Requ
return
}
fmt.Println("THE SESSION KEY", sessionKey)
http.Redirect(w, r, "/admin/home", 302)
}
func (c *Controller) ServeChangePassword(w http.ResponseWriter, r *http.Request) {