Skip to content

Commit

Permalink
Merge pull request #6984 from ORCID/8945-registration-suggest-affilia…
Browse files Browse the repository at this point in the history
…tion-based-on-email-domain

8945-registration-suggest-affiliation-based-on-email-domain
  • Loading branch information
leomendoza123 authored Feb 2, 2024
2 parents dd88383 + d46ec1b commit 1815882
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public class EmailDomainController {
} else {
ObjectNode response = mapper.createObjectNode();
response.put("category", ede.getCategory().name());
response.put("rorId", ede.getRorId());

return response;
}
}
Expand Down

0 comments on commit 1815882

Please sign in to comment.