Skip to content

Commit

Permalink
add user details step validate fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ipula committed Oct 24, 2024
1 parent c76a2b2 commit 57b713f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/invitation/stepTypes/AcceptInvitationStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ private function userDetailsStep(Context $context): \stdClass
),
[
'validateFields' => [
'affiliation',
'givenName',
'familyName',
'userCountry',
]
]
Expand Down

0 comments on commit 57b713f

Please sign in to comment.