This commit is contained in:
12
static/msredirect.html
Normal file
12
static/msredirect.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
window.opener
|
||||
&& window.opener.postMessage({
|
||||
type: 'ms-login',
|
||||
url: window.location.href
|
||||
}, window.location.origin);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user