aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/registrations
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/registrations')
-rw-r--r--app/views/registrations/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/registrations/new.html.erb b/app/views/registrations/new.html.erb
index b9e01e1..f70d143 100644
--- a/app/views/registrations/new.html.erb
+++ b/app/views/registrations/new.html.erb
@@ -26,7 +26,7 @@
<%= label_tag "email_address", nil, class: "font-bold text-gray-700" %>
<%= form.email_field :email_address, required: true, autocomplete: "email_address", placeholder: "Enter your email address", value: params[:email_address], class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
</div>
-
+
<div class="my-5">
<%= label_tag "password", nil, class: "font-bold text-gray-700" %>
<%= form.password_field :password, required: true, autocomplete: "new-password", placeholder: "Enter new password", maxlength: 72, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>