updated client from #1552

This commit is contained in:
Tony Tam
2015-08-19 22:44:54 -07:00
parent daa45c4efb
commit ec446fd7f3
4 changed files with 398 additions and 393 deletions

View File

@@ -167,8 +167,8 @@ function handleLogin() {
function handleLogout() {
for(key in window.authorizations.authz){
window.authorizations.remove(key)
for(key in window.swaggerUi.api.clientAuthorizations.authz){
window.swaggerUi.api.clientAuthorizations.remove(key)
}
window.enabledScopes = null;
$('.api-ic.ic-on').addClass('ic-off');