Files
jitsi-meet/static/msredirect.html
2022-07-26 15:40:25 +02:00

13 lines
218 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
window.opener
&& window.opener.postMessage({
type: 'ms-login',
url: window.location.href
}, window.location.origin);
</script>
</body>
</html>