This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
casino/frontend/public/silent-check-sso.html

8 lines
103 B
HTML
Raw Normal View History

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