This commit is contained in:
antelle 2016-03-27 16:18:58 +03:00
parent 61b1ec5ecf
commit c8d18f9f98
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ var StorageOneDrive = StorageBase.extend({
return clientId;
},
_getOAuthConfig: function(callback) {
_getOAuthConfig: function() {
var clientId = this._getClientId();
var url = 'https://login.live.com/oauth20_authorize.srf' +
'?client_id={cid}&scope={scope}&response_type=token&redirect_uri={url}'