ui migration to Sophie Design

This commit is contained in:
simon louvet
2018-11-16 12:31:15 +01:00
parent 2ae3f84adf
commit d6ec6a9cf9
4 changed files with 1067 additions and 1086 deletions

View File

@ -7,7 +7,7 @@ script(src="/lib/oidc-client.js")
script(
src="/lib/sib-oidc/sib-oidc.js"
data-authority=`${sdn}/openid/`,
data-client_id='${client_id}',
data-client_id=`${client_id}`,
data-response_type='id_token token',
data-scope='openid profile email',
data-automaticSilentRenew='true',