# frozen_string_literal: true module Gitlab module Auth module Saml class IdentityLinker < OmniauthIdentityLinkerBase end end end end