mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Display Account context in the UI (#4069)
This commit is contained in:
@@ -14,6 +14,7 @@ const {
|
||||
PRIVACY_URL: privacyURL,
|
||||
TERMS_URL: termsURL,
|
||||
WIDGET_BRAND_URL: widgetBrandURL,
|
||||
DISABLE_USER_PROFILE_UPDATE: disableUserProfileUpdate,
|
||||
} = window.globalConfig || {};
|
||||
|
||||
const state = {
|
||||
@@ -24,6 +25,7 @@ const state = {
|
||||
chatwootInboxToken,
|
||||
createNewAccountFromDashboard,
|
||||
directUploadsEnabled: directUploadsEnabled === 'true',
|
||||
disableUserProfileUpdate: disableUserProfileUpdate === 'true',
|
||||
displayManifest,
|
||||
hCaptchaSiteKey,
|
||||
installationName,
|
||||
|
||||
Reference in New Issue
Block a user