Skip to content

Commit

Permalink
remove TODO on skin.user_display_name
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Feb 9, 2025
1 parent e6c11e1 commit c7bcb25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ private Map<String, Object> getFrontendProperties(HttpServletRequest request, Au
}
properties.put("base_url", baseUrl);
properties.put("user_email_address", authentication != null ? authentication.getName(): "anonymousUser");
// TODO: Support skin.user_display_name
properties.put("user_display_name", authentication != null ? authentication.getName(): "anonymousUser");
// Set MSK slide viewer token at runtime
properties.put("mskWholeSlideViewerToken", getMskWholeSlideViewerToken(wholeSlideViewerKey, authentication));
Expand Down

0 comments on commit c7bcb25

Please sign in to comment.