Skip to content

Commit ec446fd

Browse files
committed
updated client from #1552
1 parent daa45c4 commit ec446fd

File tree

4 files changed

+892
-887
lines changed

4 files changed

+892
-887
lines changed

dist/lib/swagger-oauth.js

Lines changed: 2 additions & 2 deletions
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)