Skip to content

Commit

Permalink
fix: added expected attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Jul 11, 2024
1 parent 64424c4 commit d6442c6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ public void validate(final ValidationContext context) {
"user.attributes.affiliation",
"user.attributes.rank",
"user.attributes.organization",
"user.attributes.location"
"user.attributes.location",
"user.attributes.notes",
"password-confirm",
"password"
);

// Check for unexpected fields
Expand Down

0 comments on commit d6442c6

Please sign in to comment.