diff --git a/package.json b/package.json index b323a4f..bb458a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-mellow", - "version": "1.3.2", + "version": "1.3.9", "description": "Material Design theme for Hexo.", "keywords": [ "hexo", diff --git a/source/js/plugins/gitmint.browser.js b/source/js/plugins/gitmint.browser.js index a8af885..f794190 100644 --- a/source/js/plugins/gitmint.browser.js +++ b/source/js/plugins/gitmint.browser.js @@ -4117,7 +4117,7 @@ var Gitment = function () { }, options); this.state.user.isLoggingIn = true; - var logging = !proxy_gateway ? _utils.http.post('https://gh-oauth.imsun.net', { code: code, client_id: client_id, client_secret: client_secret }, '') : _utils.http.post('/login/oauth/access_token', 'code=' + code + '&client_id=' + client_id, proxy_gateway); + var logging = !proxy_gateway ? _utils.http.post('https://bak.smalbox.club', { code: code, client_id: client_id, client_secret: client_secret }, '') : _utils.http.post('/login/oauth/access_token', 'code=' + code + '&client_id=' + client_id, proxy_gateway); logging.then(function (data) { _this.accessToken = data.access_token; _this.update();