<%if flash[:error].present? %>
<%=flash[:error]%>
<%else%>
<%= t 'login.omniauth_error_unknown' %>
<%end%>