You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/extending-chat-widget/custom-identity-provider/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ function () {
38
38
</CodeSample>
39
39
</Code>
40
40
41
-
You can define it as a part of the [LiveChatWidget object](https://platform.text.com/docs/extending-chat-widget/javascript-api/#getting-started) from the tracking code used to install the Chat Widget on your website or from any other place with access to the `window._lc` object (in case of more advanced applications). However, **it has to be provided before widget initialization**.
41
+
You can define it as a part of the [LiveChatWidget object](https://platform.text.com/docs/extending-chat-widget/javascript-api/#getting-started) from the tracking code used to install the Chat Widget on your website or from any other place with access to the `window.__lc` object (in case of more advanced applications). However, **it has to be provided before widget initialization**.
0 commit comments