Disable turbolinks for omniauth link to avoid rendering problems
Created by: fgimian
This is a rather important fix for omniauth. When using a 3rd party provider like Crowd, the omniauth login page loads without proper styling due to turbolink.
As such, this pull requests simply disables turbolink for this particular link.
Cheers Fotis