mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 00:07:07 +00:00
Fixed: Plex authentication
This commit is contained in:
parent
7acd6a4d3c
commit
a30d9a1af2
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ function showOAuthWindow(url, payload) {
|
|||
}
|
||||
|
||||
function executeIntermediateRequest(payload, ajaxOptions) {
|
||||
return createAjaxRequest(ajaxOptions).then((data) => {
|
||||
return createAjaxRequest(ajaxOptions).request.then((data) => {
|
||||
return requestAction({
|
||||
action: 'continueOAuth',
|
||||
queryParams: {
|
||||
|
@ -98,7 +98,7 @@ function executeIntermediateRequest(payload, ajaxOptions) {
|
|||
},
|
||||
...payload
|
||||
});
|
||||
}).request;
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue