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

This commit is contained in:
Tom Hughes 2022-07-22 22:32:26 +01:00
commit dc382c46d6

View file

@ -58,7 +58,7 @@ module UserHelper
def auth_button(name, provider, options = {})
link_to(
image_tag("#{name}.svg", :alt => t("sessions.new.auth_providers.#{name}.alt"), :class => "rounded-lg"),
image_tag("#{name}.svg", :alt => t("sessions.new.auth_providers.#{name}.alt"), :class => "rounded-3"),
auth_path(options.merge(:provider => provider)),
:method => :post,
:class => "auth_button",