diff --git a/app/views/profile/edit.html.erb b/app/views/profile/edit.html.erb
index 428b0a2..e427711 100644
--- a/app/views/profile/edit.html.erb
+++ b/app/views/profile/edit.html.erb
@@ -20,11 +20,6 @@
<%= t("fields.update_password") %>
<%= form_tag profile_update_password_path, method: :post do %>
-
- <%= label_tag :email, t("fields.email") %>
- <%= email_field_tag :email, current_user.email, class: "form-control" %>
-
-
<%= label_tag :password, t("fields.new_password") %>
<%= password_field_tag :password, nil, class: "form-control" %>