merged
This commit is contained in:
22
dist/swagger-ui.js
vendored
22
dist/swagger-ui.js
vendored
File diff suppressed because one or more lines are too long
18
dist/swagger-ui.min.js
vendored
18
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/* global redirect_uri */
|
/* global redirect_uri:true */
|
||||||
/* global clientId */
|
/* global clientId */
|
||||||
/* global scopeSeparator */
|
/* global scopeSeparator */
|
||||||
/* global additionalQueryStringParams */
|
/* global additionalQueryStringParams */
|
||||||
@@ -138,7 +138,7 @@ SwaggerUi.Views.AuthView = Backbone.View.extend({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var redirect_uri = redirectUrl;
|
redirect_uri = redirectUrl;
|
||||||
|
|
||||||
url += '&redirect_uri=' + encodeURIComponent(redirectUrl);
|
url += '&redirect_uri=' + encodeURIComponent(redirectUrl);
|
||||||
url += '&realm=' + encodeURIComponent(realm);
|
url += '&realm=' + encodeURIComponent(realm);
|
||||||
|
|||||||
Reference in New Issue
Block a user