Initial snapshot.
This commit is contained in:
8
static/logout_complete.html
Normal file
8
static/logout_complete.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
window.opener.postMessage('logout_complete', window.location.origin);
|
||||
window.close();
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user