Skip to content

Commit e1624a7

Browse files
committed
add logo to verify callback
1 parent 6e313d7 commit e1624a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

web-assets/images/dicelogobig.png

23.2 KB
Loading

web-assets/static-pages/dice-verify-callback.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
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",
@@ -34,6 +37,7 @@
3437
}
3538
);
3639
</script>
40+
<img src="./images/dicelogobig.png">
3741
</body>
3842

3943
</html>

0 commit comments

Comments
 (0)