kilogramm/frontend/silent-check-sso.html

8 lines
132 B
HTML

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