9 lines
129 B
Ruby
9 lines
129 B
Ruby
|
module Gitlab
|
||
|
module Auth
|
||
|
module OAuth
|
||
|
class IdentityLinker < OmniauthIdentityLinkerBase
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|