Skip to content

Commit

Permalink
Do not reveal email addresses on session page
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Sep 13, 2024
1 parent 7d91825 commit 84b039d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/co/gaiwan/compass/html/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@
[:<>
[c/image-frame {:profile/image (user/avatar-css-value p)}]
[:div.details
[:div.profile-name (:public-profile/name p)]
[:div.email (:discord/email p)]]]))
[:div.profile-name (:public-profile/name p)]]]))

(o/defstyled session-detail :div
[capacity-gauge :w-100px]
Expand Down

0 comments on commit 84b039d

Please sign in to comment.