@ -6,6 +6,7 @@
<%= f.govuk_email_field :email,
label: { text: "Email address" },
autocomplete: "email",
spellcheck: "false",
value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email)
%>
@ -21,7 +21,8 @@
autocomplete: "email"
spellcheck: "false"
<%= f.govuk_submit "Send email" %>
@ -12,7 +12,8 @@
<%= f.govuk_password_field :password,
@ -5,7 +5,8 @@
<%= f.govuk_submit "Resend unlock instructions" %>
@ -22,7 +22,8 @@
<%= f.govuk_submit "Save changes" %>
@ -23,6 +23,7 @@
value: @resource.email