Cleanup omniauth specs
This commit is contained in:
parent
2573dbee44
commit
e0fd14e0ce
4 changed files with 30 additions and 10 deletions
|
|
@ -101,8 +101,8 @@ class User < ApplicationRecord
|
|||
[:database_authenticatable, :registerable,
|
||||
:recoverable, :rememberable, :trackable, :validatable, :confirmable,
|
||||
:omniauthable,
|
||||
# omniauth_providers: [:suse, :google, :facebook, :github, :discourse]
|
||||
omniauth_providers: [:google, :discourse]
|
||||
omniauth_providers: [:suse, :google, :facebook, :github, :discourse]
|
||||
# omniauth_providers: [:google, :discourse]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue