refactor: remove widget token

This commit is contained in:
Mohamed Marrouchi
2024-11-10 12:11:42 +01:00
parent 81a507d091
commit 9df4fbbdad
19 changed files with 34 additions and 101 deletions

View File

@@ -34,7 +34,6 @@ export const ChatWidget = () => {
config={{
apiUrl,
channel: "console-channel",
token: "test",
language: i18n.language,
}}
CustomHeader={ChatWidgetHeader}