Commit eea639e1 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve lib/gitlab/auth.rb and lib/gitlab/omniauth_initializer.rb

parent 89af5308
......@@ -14,11 +14,8 @@ module Gitlab
DEFAULT_SCOPES = [:api].freeze
class << self
<<<<<<< HEAD
prepend EE::Gitlab::Auth
=======
>>>>>>> upstream/master
def omniauth_enabled?
Gitlab.config.omniauth.enabled
end
......
module Gitlab
class OmniauthInitializer
<<<<<<< HEAD
prepend ::EE::Gitlab::OmniauthInitializer
=======
>>>>>>> upstream/master
def initialize(devise_config)
@devise_config = devise_config
end
......
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