diff --git a/app/views/devise/registrations/show.html.erb b/app/views/devise/registrations/show.html.erb
index 23483bdf..c421644f 100644
--- a/app/views/devise/registrations/show.html.erb
+++ b/app/views/devise/registrations/show.html.erb
@@ -8,7 +8,7 @@
<%= f.label :email, class: 'label' %>
- <%= f.email_field :email, autofocus: true, autocomplete: 'email', class: 'base-input' %>
+ <%= f.email_field :email, autofocus: true, autocomplete: 'email', class: 'base-input', placeholder: 'Enter email to continue' %>