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

11 lines
159 B
Ruby

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