Commit 13acd6fe authored by Rémy Coutable's avatar Rémy Coutable

Fix conflict in initializer

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 97ef44b5
......@@ -25,10 +25,7 @@ end
if Gitlab.config.omniauth.enabled
provider_names = Gitlab.config.omniauth.providers.map(&:name)
require 'omniauth-kerberos' if provider_names.include?('kerberos')
<<<<<<< HEAD
require_dependency 'omni_auth/strategies/kerberos_spnego' if provider_names.include?('kerberos_spnego')
=======
>>>>>>> ce/master
end
module OmniAuth
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment