1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 22:38:42 +09:00

Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628)

This commit is contained in:
Claire 2023-04-24 20:26:04 +02:00 committed by GitHub
parent 1ac9219b31
commit e9a79d46cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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