[auth] change show auth popup button depending on logged in auth
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user