fixed problem with auth link on linux
This commit is contained in:
parent
5b2157d881
commit
41590257cc
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function(HostApp, Paths, Hmac) {
|
|||
+ "&state=" + this.state
|
||||
+ "&tent_post_types=all";
|
||||
|
||||
HostApp.openURL(this.apiRoot() + auth);
|
||||
HostApp.openAuthorizationURL(this.apiRoot() + auth);
|
||||
}
|
||||
|
||||
Oauth.prototype.requestAccessToken = function(responseBody) {
|
||||
|
|
Reference in a new issue