update: use type=module for oidc import
This commit is contained in:
parent
5642525840
commit
9681943289
@ -3,9 +3,9 @@
|
||||
//script(src="/lib/webcomponentsjs/webcomponents-loader.js")
|
||||
//- script(src="lib/html-imports.js")
|
||||
|
||||
script(src="/lib/oidc-client.js")
|
||||
script(
|
||||
src="https://unpkg.com/@startinblox/oidc"
|
||||
type="module"
|
||||
src="https://unpkg.com/@startinblox/oidc@0.5"
|
||||
data-authority=`${sdn}/openid/`,
|
||||
data-client_id=`${client_id}`,
|
||||
data-response_type='id_token token',
|
||||
|
Loading…
Reference in New Issue
Block a user