Skip to content

Commit

Permalink
fix: missing field in user contract
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Mar 19, 2018
1 parent b77fdf0 commit 230be3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contract/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"lastName": {
"description": "Family name of the user",
"type": "string"
},
"isAdmin": {
"description": "Is this user a global admin (independant of organizations)",
"type": "boolean"
}
}
}

0 comments on commit 230be3e

Please sign in to comment.