<% if flash[:alert].is_a?(Array) %>
Something went wrong:
<% flash[:alert].each do |error| %>
-
<%= error %>
<% end %>
<% else %>
<%= flash[:alert] %>
<% end %>
<% if any_selfserve_auth? %>
If you haven't created an account, we recommend signing up with social authentication below.
<% end %>
Contact <%= email_link %> if you continue having trouble.
<% end %>