modules/midlleware: little auth code fix, #777
This commit is contained in:
parent
d8394bb2e0
commit
fb9dcfa921
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ func Toggle(options *ToggleOptions) macaron.Handler {
|
|||
if strings.HasSuffix(ctx.Req.RequestURI, "watch") {
|
||||
return
|
||||
}
|
||||
println(url.QueryEscape(setting.AppSubUrl + ctx.Req.RequestURI))
|
||||
ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl)
|
||||
ctx.Redirect(setting.AppSubUrl + "/user/login")
|
||||
return
|
||||
|
|
Reference in a new issue