We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59c1003 + 00a5e4d commit daa45c4Copy full SHA for daa45c4
lib/swagger-oauth.js
@@ -167,8 +167,8 @@ function handleLogin() {
167
168
169
function handleLogout() {
170
- for(key in window.authorizations.authz){
171
- window.authorizations.remove(key)
+ for(key in window.swaggerUi.api.clientAuthorizations.authz){
+ window.swaggerUi.api.clientAuthorizations.remove(key)
172
}
173
window.enabledScopes = null;
174
$('.api-ic.ic-on').addClass('ic-off');
0 commit comments