[auth] added handling of oauth2 login
This commit is contained in:
@@ -17,6 +17,7 @@ SwaggerUi.Models.Oauth2Model = Backbone.Model.extend({
|
||||
auth.scopes[index].checked = val;
|
||||
|
||||
this.set(auth);
|
||||
this.validate();
|
||||
},
|
||||
|
||||
validate: function () {
|
||||
|
||||
Reference in New Issue
Block a user