casino/frontend/public/silent-check-sso.html

8 lines
103 B
HTML
Raw Permalink Normal View History

2024-09-11 10:40:00 +02:00
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>