Skip to content
Snippets Groups Projects
Commit cbe9654a authored by Fotis Gimian's avatar Fotis Gimian
Browse files

Disable turbolinks for omniauth link to avoid rendering problems

parent 0191857f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,4 +7,4 @@
- if default_providers.include?(provider)
= link_to oauth_image_tag(provider), omniauth_authorize_path(resource_name, provider), class: 'oauth-image-link'
- else
= link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn"
= link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn", "data-no-turbolink" => "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment