Update GitHub client ID for staging

This commit is contained in:
Andrew Miner
2015-05-11 15:04:31 -07:00
parent 64274810d7
commit e2f8d83c6b
+1 -1
View File
@@ -97,7 +97,7 @@ Login.authorizeUrl = _.template "https://github.com/login/oauth/authorize" +
"?client_id=<%= clientId %>&scope=public_repo&state=<%= state %>"
Login.clientIds =
'local': 'a2a1c5f1bb2d7bd14ebb'
'staging': '26e1e9a4a702cabe334f'
'staging': '655a38cde23040283361'
'production': 'ea419abd2ab96c708815'
exports.ModelState = ModelState = {}