Commit d7b5fb46 by bergquist

go fmt fixes

parent bafe25fb
......@@ -75,7 +75,7 @@ func OAuthLogin(ctx *m.ReqContext) {
ctx.Handle(500, "login.OAuthLogin(state mismatch)", nil)
return
}
// handle call back
tr := &http.Transport{
Proxy: http.ProxyFromEnvironment,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment