Skip to content

Commit

Permalink
fix(oxtrust): allow display duplicate display name claim in add scope
Browse files Browse the repository at this point in the history
Signed-off-by: shekhar16 <[email protected]>
  • Loading branch information
shekhar16 committed Dec 9, 2024
1 parent 534189b commit f9f582a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ public void searchAvailableClaims() {
try {
this.availableClaims = attributeService.searchAttributes(this.searchAvailableClaimPattern,
OxTrustConstants.searchSizeLimit);
removeDuplicates();
this.oldSearchAvailableClaimPattern = this.searchAvailableClaimPattern;
selectAddedClaims();
} catch (Exception ex) {
Expand Down

0 comments on commit f9f582a

Please sign in to comment.