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
|
||||||
sib-auth-provider(
|
sib-auth-provider(
|
||||||
class="sib-auth-provider"
|
|
||||||
data-authority=`${authority}`
|
data-authority=`${authority}`
|
||||||
data-client_id=`${client_id}`,
|
data-id=`${authorityName || "paris"}`
|
||||||
data-id="paris"
|
|
||||||
data-response_type='id_token token',
|
|
||||||
data-scope='openid profile email',
|
|
||||||
data-automaticSilentRenew='true',
|
|
||||||
data-loadUserInfo='true'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sib-chat(
|
sib-chat(
|
||||||
data-authentication='login',
|
data-authentication='login',
|
||||||
data-auto-login='true',
|
data-auto-login='true',
|
||||||
data-bosh-service-url=xmpp,
|
data-bosh-service-url=`${xmpp}`,
|
||||||
data-debug='false',
|
data-debug='false',
|
||||||
data-locales-url='en',
|
data-locales-url='en',
|
||||||
bind-resources
|
bind-resources
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sib-chat(
|
sib-chat(
|
||||||
data-authentication='login',
|
data-authentication='login',
|
||||||
data-auto-login='true',
|
data-auto-login='true',
|
||||||
data-bosh-service-url=xmpp,
|
data-bosh-service-url=`${xmpp}`,
|
||||||
data-debug='false',
|
data-debug='false',
|
||||||
data-locales-url='en',
|
data-locales-url='en',
|
||||||
bind-resources
|
bind-resources
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sib-chat(
|
sib-chat(
|
||||||
data-authentication='login',
|
data-authentication='login',
|
||||||
data-auto-login='true',
|
data-auto-login='true',
|
||||||
data-bosh-service-url=xmpp,
|
data-bosh-service-url=`${xmpp}`,
|
||||||
data-debug='false',
|
data-debug='false',
|
||||||
data-locales-url='en',
|
data-locales-url='en',
|
||||||
bind-resources
|
bind-resources
|
||||||
|
Loading…
Reference in New Issue
Block a user