From 38eb5936dd44814928df4ba14392f6658a8a80ed Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Tue, 28 Apr 2020 11:07:58 +0200 Subject: [PATCH] Fix store collision by updating oidc version --- src/includes/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/head.pug b/src/includes/head.pug index 163b6579..73072a18 100644 --- a/src/includes/head.pug +++ b/src/includes/head.pug @@ -6,7 +6,7 @@ head 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.4") + 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") -- GitLab