From 6c8746dbdc01e5f2b79152e2e495e914c5a9743d Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 30 Aug 2016 14:00:50 -0300 Subject: PLT-4026 Use client dir constant for OAuth Authorization page (#3895) --- api/oauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/oauth.go') diff --git a/api/oauth.go b/api/oauth.go index 59e68ece3..d2a6dd9d4 100644 --- a/api/oauth.go +++ b/api/oauth.go @@ -429,7 +429,7 @@ func authorizeOAuth(c *Context, w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "text/html") w.Header().Set("Cache-Control", "no-cache, max-age=31556926, public") - http.ServeFile(w, r, utils.FindDir("webapp/dist")+"root.html") + http.ServeFile(w, r, utils.FindDir(model.CLIENT_DIR)+"root.html") } func getAccessToken(c *Context, w http.ResponseWriter, r *http.Request) { -- cgit v1.2.3-1-g7c22