@myned-ai/avatar-chat-widget 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5640,7 +5640,8 @@ class AvatarChatElement extends HTMLElement {
|
|
|
5640
5640
|
};
|
|
5641
5641
|
logger.setLevel(logLevels[this.config.logLevel || "error"]);
|
|
5642
5642
|
setConfig({
|
|
5643
|
-
websocket: { url: this.config.serverUrl }
|
|
5643
|
+
websocket: { url: this.config.serverUrl },
|
|
5644
|
+
auth: { enabled: this.config.authEnabled ?? false }
|
|
5644
5645
|
});
|
|
5645
5646
|
}
|
|
5646
5647
|
/**
|