Changes for index

This commit is contained in:
David Bomba 2022-06-20 17:02:34 +10:00
parent 464bbd57c7
commit 8f08c2f2db

View File

@ -159,10 +159,11 @@
crossorigin="anonymous"> crossorigin="anonymous">
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
if (location.hash.includes("code")) { window.onload = function() {
open(location, '_self').close() if (location.hash.includes("code")) {
window.close() new PublicClientApplication("1023b9ce-5b09-4f04-98f8-e1ed85a72332", null, null);
} }
};
</script> </script>
<center style="padding-top: 150px" id="loader"> <center style="padding-top: 150px" id="loader">