From: Tom Hughes Date: Wed, 29 May 2024 17:47:04 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4859' X-Git-Tag: live~563 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2029133a85f5bafe4f165558a227194704a87620?hp=c1cccd40fc6af6b9790c9902581cf2e49006c084 Merge remote-tracking branch 'upstream/pull/4859' --- diff --git a/app/views/application/_auth_providers.html.erb b/app/views/application/_auth_providers.html.erb index 554ec8dda..0cbb529a5 100644 --- a/app/views/application/_auth_providers.html.erb +++ b/app/views/application/_auth_providers.html.erb @@ -1,29 +1,42 @@
-
+
+ <% prefered_auth_button_available = false %> <% %w[google facebook microsoft github wikipedia].each do |provider| %> <% if Settings.key?("#{provider}_auth_id".to_sym) -%> <% if @preferred_auth_provider == provider %> -
<%= auth_button_preferred provider, provider %>
+ <% prefered_auth_button_available = true %> <% end %> <% end -%> <% end -%> -
-
- <%= link_to image_tag("openid.png", - :alt => t("application.auth_providers.openid.title"), - :size => "24"), - "#", - :id => "openid_open_url", - :title => t("application.auth_providers.openid.title"), - :class => "p-2 d-block" %> + <% if prefered_auth_button_available %> +
+ <% %w[google facebook microsoft github wikipedia].each do |provider| %> + <% if Settings.key?("#{provider}_auth_id".to_sym) -%> + <% if @preferred_auth_provider == provider %> + <%= auth_button_preferred provider, provider %> + <% end %> + <% end -%> + <% end -%>
+
+ <% else %> +
+ <% end %> + + <%= link_to image_tag("openid.png", + :alt => t("application.auth_providers.openid.title"), + :size => "24"), + "#", + :id => "openid_open_url", + :title => t("application.auth_providers.openid.title"), + :class => "p-2 d-block" %> <% %w[google facebook microsoft github wikipedia].each do |provider| %> <% unless @preferred_auth_provider == provider %> <% if Settings.key?("#{provider}_auth_id".to_sym) -%> -
<%= auth_button provider, provider %>
+ <%= auth_button provider, provider %> <% end -%> <% end %> <% end -%> diff --git a/yarn.lock b/yarn.lock index 230c1c716..dec04559d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -576,9 +576,9 @@ optionator@^0.9.3: type-check "^0.4.0" osm-community-index@^5.2.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/osm-community-index/-/osm-community-index-5.7.0.tgz#1c1a785fd13a2e00535da8db132c4e49780f0b28" - integrity sha512-r5h58L9mGh2Wu4XcJoGKLdw3oBY41jWAMUVBNE9tBS9sZINwSZccrImhxuOS5DmpslTjZ6w1cn7x9sE8tnFGpQ== + version "5.7.1" + resolved "https://registry.yarnpkg.com/osm-community-index/-/osm-community-index-5.7.1.tgz#2341666c83d14c00ef3d9a90298c96d5e791b56c" + integrity sha512-E+Xib5m//WliNq2iqeUXyKqZk7yhZu/vSJbwwyxDAPzcNWxgIMoO0B7cUMeFNckhMQsKM2UuC2BAjWuVfbYf1Q== dependencies: diacritics "^1.3.0"