[auth] change show auth popup button depending on logged in auth

This commit is contained in:
bodnia
2016-03-13 22:52:21 +02:00
parent fe9a497b9d
commit 0852d70f41
5 changed files with 28 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ SwaggerUi.Views.AuthView = Backbone.View.extend({
isAuthorized: this.authsCollectionView.collection.isPartiallyAuthorized()
}));
this.$innerEl = this.$(this.selectors.innerEl);
this.isLogout = this.authsCollectionView.collection.isPartiallyAuthorized();
},
render: function () {