Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628)
1 files changed, 1 insertions(+), 1 deletions(-) M app/controllers/application_controller.rb
M app/controllers/application_controller.rb => app/controllers/application_controller.rb +1 -1
@@ 128,7 128,7 @@ class ApplicationController < ActionController::Base end def sso_account_settings - ENV.fetch('SSO_ACCOUNT_SETTINGS') + ENV.fetch('SSO_ACCOUNT_SETTINGS', nil) end def current_account