diff --git a/app/javascript/widget/App.vue b/app/javascript/widget/App.vue index 117dc5490..4fa6f4dc6 100755 --- a/app/javascript/widget/App.vue +++ b/app/javascript/widget/App.vue @@ -65,6 +65,7 @@ export default { }, mounted() { const { websiteToken, locale, widgetColor } = window.chatwootWebChannel; + console.log('SET LOCALE', locale); this.setLocale(locale); this.setWidgetColor(widgetColor); setHeader(window.authToken);