Skip to content

Commit

Permalink
Merge pull request #2514 from tcaesvk/master
Browse files Browse the repository at this point in the history
fix authorization code grant to work
  • Loading branch information
fehguy authored Nov 24, 2016
2 parents 49a1169 + bc494da commit 95553a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swagger-oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95553a5

Please # to comment.