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