fix: chat works

This commit is contained in:
Jean-Baptiste Pasquier 2019-08-09 16:01:06 +02:00
parent 5fb9545e5c
commit 1b69319ce9
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
4 changed files with 4 additions and 10 deletions

View File

@ -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'
) )

View File

@ -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

View File

@ -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

View File

@ -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