From 0aae8e79beb1bb7e9bbbd4339b5f8351ff2d3fbb Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 27 Jan 2020 15:17:40 -0800 Subject: [PATCH] Restore omniauth providers to keep conistency with master --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index 1e148579..8328aa2f 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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)