Skip to content

Commit

Permalink
gh-4594 Back out displayName fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 13, 2024
1 parent 238561f commit 9b7a87c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getSubjectId() {
}

public String getDisplayName() {
return GwtNullSafe.requireNonNullElse(displayName, subjectId);
return displayName;
}

public String getFullName() {
Expand Down

0 comments on commit 9b7a87c

Please sign in to comment.