diff --git a/app/views/devise/unlocks/new.html.erb b/app/views/devise/unlocks/new.html.erb index 44144574..639c1dd5 100644 --- a/app/views/devise/unlocks/new.html.erb +++ b/app/views/devise/unlocks/new.html.erb @@ -7,7 +7,7 @@ <%= f.label :email, class: "sr-only" %>
<%= f.email_field :email, autofocus: true, - autocomplete: "email" + autocomplete: "email", placeholder: t('common.forms.auth.email') %>