@ -182,6 +182,9 @@ func auth(n httprouter.Handle) httprouter.Handle {
} else if err == http.ErrNoCookie {
gothic.BeginAuthHandler(w, r)
return
} else if err != nil {
fmt.Fprintln(w, err)
}