gitlab-org--gitlab-foss/lib/gitlab/auth/o_auth/identity_linker.rb

9 lines
129 B
Ruby
Raw Normal View History

module Gitlab
module Auth
module OAuth
class IdentityLinker < OmniauthIdentityLinkerBase
end
end
end
end