This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Antoine Ouvrard d3277d6563 initial commit
2020-11-23 10:28:32 +01: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>