From 031cf78c93cf6f4ca07a0e9cb93e264a4e18a4e1 Mon Sep 17 00:00:00 2001 From: jfrerich Date: Fri, 30 Aug 2019 16:57:51 -0500 Subject: [PATCH] =?UTF-8?q?[MM-15886]=20Don't=20send=20{"status":"OK"}=20j?= =?UTF-8?q?son=20response=20if=20mobile=E2=80=A6=20(#11982)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/oauth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/web/oauth.go b/web/oauth.go index 9bcc61d0ce..5e971c9f5a 100644 --- a/web/oauth.go +++ b/web/oauth.go @@ -305,7 +305,6 @@ func completeOAuth(c *Context, w http.ResponseWriter, r *http.Request) { } if action == model.OAUTH_ACTION_MOBILE { - ReturnStatusOK(w) return }