Files
cosmopolite/static/logout_complete.html
2014-03-25 13:43:11 -07:00

9 lines
182 B
HTML

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