Skip to content

Commit

Permalink
fix: add email field to users request [DHIS2-15354]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Sep 25, 2023
1 parent 8d65c82 commit 265a583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/UserList/UserList.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const usersQuery = {
'id',
'displayName',
'access',
'email',
'userCredentials[username,disabled,lastLogin,twoFA]',
'teiSearchOrganisationUnits[id,path]',
],
Expand Down

0 comments on commit 265a583

Please sign in to comment.