summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/o_auth/identity_linker.rb
blob: e69c2bb54dc33415c6fc37030c4f8c4058d6abbc (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

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