Update omniauth to version 2.0.0
This commit is contained in:
parent
014e210738
commit
fd4c60ff9f
3 changed files with 28 additions and 16 deletions
|
|
@ -3,5 +3,6 @@
|
|||
- omniauth_configured.each do |provider|
|
||||
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
|
||||
id: "omniauth-#{provider}",
|
||||
title: "Your #{provider} login" do
|
||||
title: "Your #{provider} login",
|
||||
method: :post do
|
||||
%i{class: "fa fa-#{provider}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue