[MM-15886] Don't send {"status":"OK"} json response if mobile… (#11982)

Этот коммит содержится в:
jfrerich
2019-08-30 16:57:51 -05:00
коммит произвёл GitHub
родитель 614ca90ca2
Коммит 031cf78c93

Просмотреть файл

@@ -305,7 +305,6 @@ func completeOAuth(c *Context, w http.ResponseWriter, r *http.Request) {
}
if action == model.OAUTH_ACTION_MOBILE {
ReturnStatusOK(w)
return
}