diff --git a/src/includes/head.pug b/src/includes/head.pug index 9643a940b1bfe72d9add9db5741d5c922c6d8ca7..2d4fc5c0856046d83a6cd26c88c1fc5d4c416771 100644 --- a/src/includes/head.pug +++ b/src/includes/head.pug @@ -5,7 +5,8 @@ head //- 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/router@0.7") - script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8.4") + //- 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/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")