Use config_for for omniauth enabled values (#35015)
This commit is contained in:
parent
8ee8231a43
commit
fd902c04f7
5 changed files with 12 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue