Skip to content

Commit 262ca8a

Browse files
committed
feat: add employeeType field to inetOrgPerson in identities table component
#113 - Introduced a new field `employeeType` with a default value of 'local' in the inetOrgPerson object within the identities table component, enhancing user identity management capabilities.
1 parent d5d6c52 commit 262ca8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/pages/identities/table/[_id].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default defineNuxtComponent({
7575
state: IdentityState.TO_CREATE,
7676
inetOrgPerson: {
7777
mail: '',
78+
employeeType: 'local',
7879
},
7980
additionalFields: {
8081
attributes: {},

0 commit comments

Comments
 (0)