<% if flash[:alert].is_a?(Array) %>
Something went wrong:
<% flash[:alert].each do |error| %>
-
<%= error %>
<% end %>
<% else %>
<%= flash[:alert] %>
<% end %>
<% if any_enabled_auth_providers? %>
If you haven't created an account, we recommend signing up with social authentication below.
<% end %>
If you haven't received your confirmation email yet,
click here to resend it.
<%= t("contact_prompts.if_continued_trouble_html") %>
<% end %>