Files
enerport-web-app/public/silent-check-sso.html
2025-10-09 10:42:03 +02:00

8 lines
137 B
HTML

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