Skip to content

Commit

Permalink
Do not expose email address in legacy server
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Nov 21, 2022
1 parent b94ac25 commit 83da2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacyhaxelib/SiteApi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SiteApi {
return {
name : u.name,
fullname : u.fullname,
email : u.email,
email : "(private)",
projects : projects,
};
}
Expand Down

0 comments on commit 83da2df

Please sign in to comment.