8 lines
128 B
Ruby
8 lines
128 B
Ruby
module Gitlab
|
|
module Auth
|
|
module Saml
|
|
class IdentityLinker < OmniauthIdentityLinkerBase
|
|
end
|
|
end
|
|
end
|
|
end
|