X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c10c10e7345524ca6f8ed8e93993ef2c5cc80797..8ee3d678319062d4f2f27918d3f98d3465d9eb36:/app/views/sessions/new.html.erb?ds=sidebyside diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 162ea542e..52e014442 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -3,14 +3,14 @@ <%= javascript_include_tag "auth_providers" %> <% end %> -<% content_for :heading_class, "p-0 mw-100" %> +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %> <% if @client_app_name %>

<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>

<% end %> -
+
<% end %> -
+
<% if @preferred_auth_provider %> <%= render :partial => "auth_providers" %> <%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %>