debian-mirror-gitlab/lib/gitlab/auth/o_auth/identity_linker.rb
2018-10-15 14:42:47 +05:30

8 lines
129 B
Ruby

module Gitlab
module Auth
module OAuth
class IdentityLinker < OmniauthIdentityLinkerBase
end
end
end
end