diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb index df482298d..0b2bc2067 100644 --- a/app/views/devise/passwords/edit.html.erb +++ b/app/views/devise/passwords/edit.html.erb @@ -13,11 +13,6 @@ <%= f.password_field :password, autofocus: true, autocomplete: "new-password", class: "govuk-input" %> -
- <%= f.label :password_confirmation, "Confirm new password", class: "govuk-label" %> - <%= f.password_field :password_confirmation, autocomplete: "new-password", class: "govuk-input" %> -
- <%= f.submit "Reset password", class: "govuk-button" %>