Skip to content

Commit

Permalink
Add network links to user model
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 21, 2015
1 parent d3517b5 commit e577033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ define([
'otp_auth': null,
'otp_secret': null,
'servers': null,
'disabled': null
'disabled': null,
'network_links': null
},
url: function() {
var url = '/user/' + this.get('organization');
Expand Down

0 comments on commit e577033

Please sign in to comment.