Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628)
This commit is contained in:
		
							parent
							
								
									afc366e8dc
								
							
						
					
					
						commit
						24d5626e02
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue