Changes for index

This commit is contained in:
David Bomba 2022-06-20 16:55:54 +10:00
parent c188c6fb10
commit 464bbd57c7

View File

@ -159,7 +159,7 @@
crossorigin="anonymous"> crossorigin="anonymous">
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
if (location.hash.includes("id_token")) { if (location.hash.includes("code")) {
open(location, '_self').close() open(location, '_self').close()
window.close() window.close()
} }