<% unless flash[:alert].blank? %>
<% if flash[:alert].is_a?(Array) %> Something went wrong: <% 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 %> Contact <%= email_link %> if you continue having trouble.
<% end %>