Skip to content

Commit

Permalink
added column SSO in user view table
Browse files Browse the repository at this point in the history
  • Loading branch information
melinoix committed Dec 19, 2024
1 parent 47e3cec commit 9d723b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ export const listViewFields: ListViewFieldsConfig = {
}
},
users: {
head: ['email', 'firstName', 'lastName'],
body: ['email', 'first_name', 'last_name']
head: ['email', 'firstName', 'lastName','is_sso'],
body: ['email', 'first_name', 'last_name','is_sso']
},
'user-groups': {
head: ['name'],
Expand Down

0 comments on commit 9d723b3

Please sign in to comment.