casino/frontend/public/silent-check-sso.html
Bernd Heidemann 3b669918d0 first
2024-09-11 10:40:00 +02:00

8 lines
103 B
HTML

<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>