Rename redirectUrl optoon to oauth2RedirectUrl

This commit is contained in:
Mohsen Azimi
2015-03-24 13:32:34 -07:00
parent ede1faa0c8
commit 6523318f88
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ window.SwaggerUi = Backbone.Router.extend({
];
}
if (typeof options.redirectUrl === 'string') {
if (typeof options.oauth2RedirectUrl === 'string') {
window.oAuthRedirectUrl = options.redirectUrl;
}