Restore omniauth providers to keep conistency with master

This commit is contained in:
Michael Ball 2020-01-27 15:17:40 -08:00
parent 1f7877ccd9
commit 0aae8e79be

View file

@ -50,7 +50,7 @@ class User < ApplicationRecord
else
[:database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable, :confirmable,
:omniauthable, omniauth_providers: [:google, :discourse]]
:omniauthable, omniauth_providers: [:suse, :google, :facebook, :github, :discourse]]
end
devise(*devise_modules)