feat: Display Account context in the UI (#4069)
This commit is contained in:
parent
2c8a3ef3b2
commit
cc74bebc0f
13 changed files with 138 additions and 6 deletions
|
@ -27,7 +27,9 @@ class DashboardController < ActionController::Base
|
|||
'ANALYTICS_TOKEN',
|
||||
'ANALYTICS_HOST',
|
||||
'DIRECT_UPLOADS_ENABLED',
|
||||
'HCAPTCHA_SITE_KEY'
|
||||
'HCAPTCHA_SITE_KEY',
|
||||
'LOGOUT_REDIRECT_LINK',
|
||||
'DISABLE_USER_PROFILE_UPDATE'
|
||||
).merge(app_config)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue