Skip to content

Commit 8076ff1

Browse files
committed
Merge pull request #1553 from swagger-api/issue-1552
updated client for #1552
2 parents daa45c4 + ec446fd commit 8076ff1

File tree

4 files changed

+892
-887
lines changed

4 files changed

+892
-887
lines changed

dist/lib/swagger-oauth.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ function handleLogin() {
167167

168168

169169
function handleLogout() {
170-
for(key in window.authorizations.authz){
171-
window.authorizations.remove(key)
170+
for(key in window.swaggerUi.api.clientAuthorizations.authz){
171+
window.swaggerUi.api.clientAuthorizations.remove(key)
172172
}
173173
window.enabledScopes = null;
174174
$('.api-ic.ic-on').addClass('ic-off');

0 commit comments

Comments
 (0)