diff --git a/dist/swagger-ui.js b/dist/swagger-ui.js index 0b8a10bd..ef41af05 100644 --- a/dist/swagger-ui.js +++ b/dist/swagger-ui.js @@ -42,7 +42,7 @@ window.SwaggerUi = Backbone.Router.extend({ } if (typeof options.oauth2RedirectUrl === 'string') { - window.oAuthRedirectUrl = options.redirectUrl; + window.oAuthRedirectUrl = options.oauth2RedirectUrl; } // Create an empty div which contains the dom_id @@ -32184,4 +32184,4 @@ SwaggerUi.Views.StatusCodeView = Backbone.View.extend({ } return this; } -});}).call(this); \ No newline at end of file +});}).call(this);