mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
mixor fixes
This commit is contained in:
@@ -132,7 +132,7 @@ func initContextWithToken(ctx *m.ReqContext, orgID int64, ts *auth.UserAuthToken
|
||||
Path: setting.AppSubUrl + "/",
|
||||
}
|
||||
|
||||
ctx.Resp.Header().Add("Set-Cookie", cookie.String())
|
||||
http.SetCookie(ctx.Resp, &cookie)
|
||||
}
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user