Skip to content

Commit

Permalink
Merge pull request #1747 from RodriSanchez1:fix/userDataProperties
Browse files Browse the repository at this point in the history
Fix / Add isAdmin to USER_DATA_PROPERTIES
  • Loading branch information
RodriSanchez1 authored Jul 24, 2024
2 parents 3bbb425 + 7e5a763 commit 880302d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/App/App.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ export const USER_DATA_PROPERTIES = [
'lastlogin',
'createdAt',
'updatedAt',
'authToken'
'authToken',
'isAdmin'
];

0 comments on commit 880302d

Please sign in to comment.