We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 613d309 + e0d2fcf commit b2df123Copy full SHA for b2df123
src/main/javascript/view/BasicAuthView.js
@@ -48,9 +48,5 @@ SwaggerUi.Views.BasicAuthView = Backbone.View.extend({
48
if (!this.model.get('username')) {
49
this.$(this.selectors.usernameInput).addClass(this.cls.error);
50
}
51
-
52
- if (!this.model.get('password')) {
53
- this.$(this.selectors.passwordInput).addClass(this.cls.error);
54
- }
55
56
-});
+});
0 commit comments