10 lines
160 B
Ruby
10 lines
160 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module Auth
|
|
module OAuth
|
|
class IdentityLinker < OmniauthIdentityLinkerBase
|
|
end
|
|
end
|
|
end
|
|
end
|