diff --git a/app/lib/middlewares/set_cookie_domain.rb b/app/lib/middlewares/set_cookie_domain.rb index c1719930e..4db572b98 100644 --- a/app/lib/middlewares/set_cookie_domain.rb +++ b/app/lib/middlewares/set_cookie_domain.rb @@ -1,6 +1,6 @@ module Middlewares - # Since we must explicitly set the cookie domain in session_store before SiteConfig is available, - # this ensures we properly set the cookie to SiteConfig.app_domain at runtime. + # Since we must explicitly set the cookie domain in session_store before Settings::General is available, + # this ensures we properly set the cookie to Settings::General.app_domain at runtime. class SetCookieDomain def initialize(app) @app = app