diff --git a/lib/kmxgit_web/templates/user/show.html.heex b/lib/kmxgit_web/templates/user/show.html.heex
index ead47c8..9b54d9d 100644
--- a/lib/kmxgit_web/templates/user/show.html.heex
+++ b/lib/kmxgit_web/templates/user/show.html.heex
@@ -47,10 +47,6 @@
<td><%= @user.name %></td>
</tr>
<tr>
- <th><%= gettext "Email" %></th>
- <td><%= link @user.email, to: "mailto:#{@user.email}" %></td>
- </tr>
- <tr>
<th><%= gettext "Login" %></th>
<td><%= @user.slug.slug %></td>
</tr>