Files
fst-frontend/public/silent-check-sso.html
2023-01-01 02:07:21 +01:00

7 lines
107 B
HTML

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