Files
molecular_frontend/public/silent-check-sso.html
2026-03-16 22:05:19 +03:00

9 lines
133 B
HTML

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