Cleanup omniauth specs

This commit is contained in:
Michael Ball 2021-02-23 19:49:34 -08:00
parent 2573dbee44
commit e0fd14e0ce
4 changed files with 30 additions and 10 deletions

View file

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