Files
scouthub/scouthub-home-fe/public/silent-check-sso.html
T
2026-07-23 19:40:51 +02:00

8 lines
119 B
HTML

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