Files
openfoodnetwork/app/controllers/admin/oidc_settings_controller.rb
Matt-Yorkley 617164684c Configure OIDC
2022-10-18 11:32:14 +11:00

8 lines
135 B
Ruby

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