mirror of
https://github.com/wahyd4/loginsrv.git
synced 2026-08-09 04:46:29 +10:00
fix typo
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user