Fix.
This commit is contained in:
parent
3efbfbc12b
commit
131d9ac22d
@ -79,7 +79,7 @@ async function getConverseJSParams (
|
|||||||
|
|
||||||
let externalAuthOIDC
|
let externalAuthOIDC
|
||||||
if (userIsConnected !== true) {
|
if (userIsConnected !== true) {
|
||||||
if (!remoteConnectionInfos?.externalAuthCompatible) {
|
if (remoteConnectionInfos && !remoteConnectionInfos.externalAuthCompatible) {
|
||||||
options.peertubeHelpers.logger.debug(
|
options.peertubeHelpers.logger.debug(
|
||||||
'The remote livechat plugin is not compatible with external authentication, not enabling the feature'
|
'The remote livechat plugin is not compatible with external authentication, not enabling the feature'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user