adjust sso

This commit is contained in:
Pete Matsyburka
2024-04-05 19:28:57 +03:00
parent 226ae2172e
commit 33466c1d07
3 changed files with 5 additions and 8 deletions
@@ -3,7 +3,6 @@
class SsoSettingsController < ApplicationController
before_action :load_encrypted_config
authorize_resource :encrypted_config, only: :index
authorize_resource :encrypted_config, parent: false, except: :index
def index; end