mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
fix(github) rm code
This commit is contained in:
parent
b74ff62ccd
commit
a0c4ebca0f
2 changed files with 4 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ var CloudCmd, Util, DOM, CloudFunc, Github, cb;
|
|||
|
||||
GitHub.autorize = function(callback, code) {
|
||||
Storage.get('token', function(token) {
|
||||
var code, isContain,
|
||||
var isContain,
|
||||
URL = '//' + window.location.host + '/auth/github';
|
||||
|
||||
if (token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue