summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/oauth.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/oauth.go b/api/oauth.go
index 7942b0e0c..ef6c0a80b 100644
--- a/api/oauth.go
+++ b/api/oauth.go
@@ -290,6 +290,8 @@ func completeOAuth(c *Context, w http.ResponseWriter, r *http.Request) {
params := mux.Vars(r)
service := params["service"]
+ l4g.Debug(utils.T("api.oauth.receive_redirect.debug", map[string]interface{}{"URL": r.URL.String()}))
+
code := r.URL.Query().Get("code")
state := r.URL.Query().Get("state")