Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Aug 8, 2024
1 parent c8c117e commit 4868f74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ PublicRecord getRecord(String orcid) {
// Fill email domains
List<ProfileEmailDomainEntity> emailDomains = null;
if (Features.EMAIL_DOMAINS.isActive()) {
// TODO: needs some thought on whether this is the best approach, since we won't display public domains if there's already a public email with that domain
emailDomains = profileEmailDomainManagerReadOnly.getPublicEmailDomains(getCurrentUserOrcid());
}

Expand Down

0 comments on commit 4868f74

Please sign in to comment.