mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
33a8fd9aaf
commit
2681bcfa43
5 changed files with 13 additions and 13 deletions
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
function authenticate(pCode, pCallBack) {
|
||||
var lStorage = Util.findObjByNameInArr(Modules, 'storage'),
|
||||
lGitHub = Util.findObjByNameInArr(lStorage.data, 'GitHub'),
|
||||
lGitHub = Util.findObjByNameInArr(lStorage, 'GitHub'),
|
||||
|
||||
lId = lGitHub && lGitHub.key,
|
||||
lSecret = lGitHub && lGitHub.secret,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue