<% title "Confirm your email" %> <% proper_email = params[:email] || (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
<%= javascript_include_tag "confirmationEmail", defer: true %>
<%= render "devise/shared/error_messages", resource: resource %> <%= inline_svg_tag("mail.svg", aria: true, title: "Email", class: "mb-6") %>

Great! Now confirm your email address.

<% if proper_email.present? %>

We've sent an email to <%= proper_email %>. Click the button inside to confirm your email.

<% end %>
if you didn't get the email...
<%= inline_svg_tag("forem-background.svg", aria: true, title: "forem background", class: "forem-background absolute bottom-0 right-0 hidden m:block") %>