Merge remote-tracking branch 'upstream/pull/4779'

This commit is contained in:
Tom Hughes 2024-05-10 17:49:05 +01:00
commit bac40c94e4

View file

@ -74,8 +74,7 @@ module UserHelper
image_tag("#{name}.svg",
:alt => t("application.auth_providers.#{name}.alt"),
:class => "rounded-1 me-3",
:width => "24px",
:height => "24px") + t("application.auth_providers.#{name}.title"),
:size => "24") + t("application.auth_providers.#{name}.title"),
auth_path(options.merge(:provider => provider)),
:method => :post,
:class => "auth_button fs-6 border rounded text-muted text-decoration-none py-2 px-4 d-flex justify-content-center align-items-center",