9 lines
182 B
HTML
9 lines
182 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
window.opener.postMessage('logout_complete', window.location.origin);
|
|
window.close();
|
|
</script>
|
|
</head>
|
|
</html>
|