Files
Taekwondo-Admin/packages/frontend/public/silent-check-sso.html
T
2025-11-29 17:47:36 +01:00

8 lines
119 B
HTML

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