use API url :)

This commit is contained in:
AJ ONeal 2017-05-27 00:30:48 +00:00
parent fbd53e486f
commit 239980e5c2
1 changed files with 1 additions and 1 deletions

View File

@ -1184,7 +1184,7 @@
opts.api = api;
opts.session = OAUTH3.hooks.session._getCached(this._providerUri);
return OAUTH3.api(this._providerUri, opts);
return OAUTH3.api(this._providerDirectives.api, opts);
}
};
result.authenticate = result.login;