From b82bfea8f1f29bb298a54a2c5816e5a13b687016 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 1 Jun 2016 13:10:08 -0600 Subject: [PATCH] Add client ID for staging env --- src/common/constants.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/constants.coffee b/src/common/constants.coffee index aa098bf4a..c604fe98b 100644 --- a/src/common/constants.coffee +++ b/src/common/constants.coffee @@ -112,6 +112,7 @@ login.authorizeUrl = _.template "https://github.com/login/oauth/authorize" + "?client_id=<%= clientId %>&scope=public_repo&state=<%= state %>" login.clientIds = 'local': '20afe4dbe75464a8cf36' + 'staging': '3d75ed772ce5004180d6' 'production': 'ce71be7f66926ff6ff38' exports.modelState = modelState = {}