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

9 lines
128 B
Ruby
Raw Normal View History

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