# frozen_string_literal: true module Admin class OidcSettingsController < Spree::Admin::BaseController def index; end end end