debian-mirror-gitlab/lib/gitlab/auth/o_auth/identity_linker.rb
2018-12-13 13:39:08 +05:30

11 lines
160 B
Ruby

# frozen_string_literal: true
module Gitlab
module Auth
module OAuth
class IdentityLinker < OmniauthIdentityLinkerBase
end
end
end
end