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