fix: chat works
This commit is contained in:
parent
5fb9545e5c
commit
1b69319ce9
@ -28,13 +28,7 @@ button(role='log in' onclick="document.querySelector('sib-auth').login();") Logi
|
||||
|
||||
sib-auth
|
||||
sib-auth-provider(
|
||||
class="sib-auth-provider"
|
||||
data-authority=`${authority}`
|
||||
data-client_id=`${client_id}`,
|
||||
data-id="paris"
|
||||
data-response_type='id_token token',
|
||||
data-scope='openid profile email',
|
||||
data-automaticSilentRenew='true',
|
||||
data-loadUserInfo='true'
|
||||
data-id=`${authorityName || "paris"}`
|
||||
)
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
data-bosh-service-url=xmpp,
|
||||
data-bosh-service-url=`${xmpp}`,
|
||||
data-debug='false',
|
||||
data-locales-url='en',
|
||||
bind-resources
|
||||
|
@ -2,7 +2,7 @@
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
data-bosh-service-url=xmpp,
|
||||
data-bosh-service-url=`${xmpp}`,
|
||||
data-debug='false',
|
||||
data-locales-url='en',
|
||||
bind-resources
|
||||
|
@ -2,7 +2,7 @@
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
data-bosh-service-url=xmpp,
|
||||
data-bosh-service-url=`${xmpp}`,
|
||||
data-debug='false',
|
||||
data-locales-url='en',
|
||||
bind-resources
|
||||
|
Loading…
Reference in New Issue
Block a user