Restore omniauth providers to keep conistency with master
This commit is contained in:
parent
1f7877ccd9
commit
0aae8e79be
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class User < ApplicationRecord
|
||||||
else
|
else
|
||||||
[:database_authenticatable, :registerable,
|
[:database_authenticatable, :registerable,
|
||||||
:recoverable, :rememberable, :trackable, :validatable, :confirmable,
|
:recoverable, :rememberable, :trackable, :validatable, :confirmable,
|
||||||
:omniauthable, omniauth_providers: [:google, :discourse]]
|
:omniauthable, omniauth_providers: [:suse, :google, :facebook, :github, :discourse]]
|
||||||
end
|
end
|
||||||
|
|
||||||
devise(*devise_modules)
|
devise(*devise_modules)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue