summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/o_auth/identity_linker.rb
blob: de92d7a214d613bf1f17bf32e9f7d76ef3da2967 (plain)
1
2
3
4
5
6
7
8
module Gitlab
  module Auth
    module OAuth
      class IdentityLinker < OmniauthIdentityLinkerBase
      end
    end
  end
end