diff --git a/lib/client/storage/_github.js b/lib/client/storage/_github.js index c05e2c62..057693a7 100644 --- a/lib/client/storage/_github.js +++ b/lib/client/storage/_github.js @@ -6,8 +6,10 @@ var CloudCommander, Util, DOM, $, Github; var cloudcmd = CloudCommander, - CLIENT_ID = '891c251b925e4e967fa9', - CLIENT_SECRET = 'afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545', + CLIENT_ID = '435c670f44320e287ad6', + //'891c251b925e4e967fa9', + CLIENT_SECRET = 'a8b49e8c8c1a6253b149d224149a076270d8d614', + //'afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545', GithubStore = {}; cloudcmd.Storage = {};