Skip to content

Commit

Permalink
8945-registration-suggest-affiliation-based-on-email-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Feb 2, 2024
1 parent 69f1eaf commit d46ec1b
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 d46ec1b

Please sign in to comment.