Skip to content
Snippets Groups Projects
Unverified Commit e9a79d46 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628)

parent 1ac9219b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment