mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 16:55:49 +00:00
Fixed: Frontend OAuth Actions (Plex Auth)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user