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