From: Tom Hughes Date: Sat, 20 Jul 2024 11:03:43 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/5007' X-Git-Tag: live~736 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/c0cf556c050719484b1fd1343b5f3bae29acc7bf Merge remote-tracking branch 'upstream/pull/5007' --- c0cf556c050719484b1fd1343b5f3bae29acc7bf diff --cc app/views/application/_auth_providers.html.erb index b7fb5ba4d,487256cb0..f6665cefe --- a/app/views/application/_auth_providers.html.erb +++ b/app/views/application/_auth_providers.html.erb @@@ -29,10 -28,10 +29,10 @@@ <% end %> <%# :tabindex starts high to allow rendering at the bottom of the template %> - <%= form_tag(auth_path(:provider => "openid"), :id => "openid_login_form") do %> + <%= form_tag auth_path(:provider => "openid"), :id => "openid_login_form", :class => "collapse" do %>
<%= hidden_field_tag("referer", params[:referer], :autocomplete => "off") %>