Update omniauth to version 2.0.0

This commit is contained in:
depfu[bot] 2021-08-11 13:53:10 +00:00 committed by Henne Vogelsang
parent 014e210738
commit fd4c60ff9f
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 28 additions and 16 deletions

View file

@ -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}"}