Skip to content

Commit

Permalink
fix: authorities is needed for the interpretation access check (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Oct 16, 2023
1 parent cddb0e3 commit 0c94647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const query = {
currentUser: {
resource: 'me',
params: {
fields: 'id,username,displayName~rename(name),settings',
fields: 'id,username,displayName~rename(name),settings,authorities',
},
},
systemSettings: {
Expand Down

0 comments on commit 0c94647

Please sign in to comment.