Browse Source

Add label to change password

pull/125/head
baarkerlounger 4 years ago
parent
commit
2cd1bdb4a7
  1. 1
      app/views/devise/registrations/edit.html.erb

1
app/views/devise/registrations/edit.html.erb

@ -11,6 +11,7 @@
<h1 class="govuk-heading-l">Change your password</h1>
<%= f.govuk_password_field :current_password,
label: { text: "Current password" },
autocomplete: "current-password"
%>

Loading…
Cancel
Save