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)