MyINPulse/front/my-vue-app/public/silent-check-sso.htm
2025-02-03 21:38:04 +01:00

8 lines
120 B
HTML

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