Skip to content
Snippets Groups Projects
Unverified Commit 73fdeb07 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Hide email in profile as well

We're not using it, so its just confusing.
parent 9df2d3fc
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<%= f.text_field :name, autofocus: true, autocomplete: "username" %> <%= f.text_field :name, autofocus: true, autocomplete: "username" %>
</div> </div>
<div class="field"> <div class="field hidden">
<%= f.label :email %><br /> <%= f.label :email %><br />
<%= f.email_field :email, autocomplete: "email" %> <%= f.email_field :email, autocomplete: "email" %>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment