gitlab-org--gitlab-foss/lib/gitlab/auth/saml/identity_linker.rb
2018-04-23 13:53:32 +01:00

8 lines
128 B
Ruby

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