MyINPulse/front/MyINPulse-front/public/silent-check-sso.htm
2025-02-04 15:18:59 +01:00

8 lines
120 B
HTML

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