Merge remote-tracking branch 'upstream/pull/3616'
This commit is contained in:
commit
dc382c46d6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue