This commit is contained in:
luke.hopkins
2017-11-29 14:41:28 +00:00
parent 3474245879
commit d62ed493ba
+1 -1
View File
@@ -41,7 +41,7 @@ func (h *Handler) redirectURL(r *http.Request, w http.ResponseWriter) string {
parsedURL, err := h.parseURL(r)
if err != nil {
logging.Application(r.Header).Warnf(
"error parsing redict URL: %s",
"error parsing redirect URL: %s",
err,
)
return h.config.SuccessURL