mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Frontend OAuth Actions (Plex Auth)
This commit is contained in:
parent
36f34a4113
commit
c58c64c9e3
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ function showOAuthWindow(url, payload) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function executeIntermediateRequest(payload, ajaxOptions) {
|
function executeIntermediateRequest(payload, ajaxOptions) {
|
||||||
return createAjaxRequest(ajaxOptions).then((data) => {
|
return createAjaxRequest(ajaxOptions).request.then((data) => {
|
||||||
return requestAction({
|
return requestAction({
|
||||||
action: 'continueOAuth',
|
action: 'continueOAuth',
|
||||||
queryParams: {
|
queryParams: {
|
||||||
|
@ -98,7 +98,7 @@ function executeIntermediateRequest(payload, ajaxOptions) {
|
||||||
},
|
},
|
||||||
...payload
|
...payload
|
||||||
});
|
});
|
||||||
}).request;
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue