Use config_for for omniauth enabled values (#35015)

This commit is contained in:
Matt Jankowski 2025-06-24 05:32:13 -04:00 committed by GitHub
commit fd902c04f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 7 deletions

View file

@ -106,6 +106,7 @@ module Mastodon
config.x.cache_buster = config_for(:cache_buster)
config.x.captcha = config_for(:captcha)
config.x.mastodon = config_for(:mastodon)
config.x.omniauth = config_for(:omniauth)
config.x.translation = config_for(:translation)
config.x.vapid = config_for(:vapid)