Skip to content
Snippets Groups Projects

Bugfix/fix oidc version

Merged Benoit Alessandroni requested to merge bugfix/fix-oidc-version into master
3 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
2
@@ -3,16 +3,18 @@ head
meta(charset="utf-8")
script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
//- script(type="module" src="/scripts/sib-core/dist/index.js")
script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
script(type="module" src="https://unpkg.com/@startinblox/core@0.9.27")
script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
//- script(type="module" src="/scripts/sib-auth/index.js")
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8.4")
script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.4")
script(src="https://kit.fontawesome.com/48014d2af3.js")
script(src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous")
script(src="/scripts/coopstarter.js")
script(async src="https://platform.twitter.com/widgets.js" charset="utf-8")
script(src="https://browser.sentry-cdn.com/5.15.5/bundle.min.js" integrity="sha384-wF7Jc4ZlWVxe/L8Ji3hOIBeTgo/HwFuaeEfjGmS3EXAG7Y+7Kjjr91gJpJtr+PAT" crossorigin="anonymous")
link(rel="stylesheet" href="/styles/index.css")
script(data-default-context type="application/ld+json" ).
{
Loading