feat: Display Account context in the UI (#4069)

This commit is contained in:
Pranav Raj S
2022-02-25 16:36:36 +05:30
committed by GitHub
parent 2c8a3ef3b2
commit cc74bebc0f
13 changed files with 138 additions and 6 deletions

View File

@@ -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,