[auth] added handling of oauth2 login

This commit is contained in:
bodnia
2016-03-09 20:24:02 +02:00
parent c3d4bcca3d
commit e08b7be581
5 changed files with 221 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ SwaggerUi.Models.Oauth2Model = Backbone.Model.extend({
auth.scopes[index].checked = val;
this.set(auth);
this.validate();
},
validate: function () {