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 5
5
< title > Processing verfiable credentials</ title >
6
6
</ head >
7
7
8
- < body >
8
+ < body style =" text-align: center;padding-top: 57px; " >
9
9
< noscript > You need to enable JavaScript to run this app. </ noscript >
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/oidc-client/1.11.5/oidc-client.min.js "
11
11
integrity ="sha512-pGtU1n/6GJ8fu6bjYVGIOT9Dphaw5IWPwVlqkpvVgqBxFkvdNbytUh0H8AP15NYF777P4D3XEeA/uDWFCpSQ1g== "
12
12
crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
13
13
< 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}}' )
14
17
const userManager = new Oidc . UserManager ( {
15
18
response_type : "code" ,
16
19
response_mode : "query" ,
34
37
}
35
38
) ;
36
39
</ script >
40
+ < img src ="./images/dicelogobig.png ">
37
41
</ body >
38
42
39
43
</ html >
You can’t perform that action at this time.
0 commit comments