File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 55 < title > Processing verfiable credentials</ title >
66</ head >
77
8- < body >
8+ < body style =" text-align: center;padding-top: 57px; " >
99 < noscript > You need to enable JavaScript to run this app. </ noscript >
1010 < script src ="https://cdnjs.cloudflare.com/ajax/libs/oidc-client/1.11.5/oidc-client.min.js "
1111 integrity ="sha512-pGtU1n/6GJ8fu6bjYVGIOT9Dphaw5IWPwVlqkpvVgqBxFkvdNbytUh0H8AP15NYF777P4D3XEeA/uDWFCpSQ1g== "
1212 crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
1313 < script >
14+ window . parent . postMessage ( { type : 'DICE_VERIFICATION_START' } , 'https://www.{{DOMAIN}}' )
15+ window . parent . postMessage ( { type : 'DICE_VERIFICATION_START' } , 'https://community-app.{{DOMAIN}}' )
16+ window . parent . postMessage ( { type : 'DICE_VERIFICATION_START' } , 'https://{{CA_SUB_1}}.{{DOMAIN}}' )
1417 const userManager = new Oidc . UserManager ( {
1518 response_type : "code" ,
1619 response_mode : "query" ,
3437 }
3538 ) ;
3639 </ script >
40+ < img src ="./images/dicelogobig.png ">
3741</ body >
3842
3943</ html >
You can’t perform that action at this time.
0 commit comments