fix authorization code grant to work
This commit is contained in:
@@ -270,7 +270,7 @@ window.processOAuthCode = function processOAuthCode(data) {
|
|||||||
|
|
||||||
$.ajax(
|
$.ajax(
|
||||||
{
|
{
|
||||||
url : window.swaggerUi.tokenUrl,
|
url : window.swaggerUiAuth.tokenUrl,
|
||||||
type: "POST",
|
type: "POST",
|
||||||
data: params,
|
data: params,
|
||||||
success:function(data, textStatus, jqXHR)
|
success:function(data, textStatus, jqXHR)
|
||||||
|
|||||||
Reference in New Issue
Block a user