Microsoft OAuth

This commit is contained in:
David Bomba 2022-06-20 17:40:46 +10:00
parent 8f08c2f2db
commit 12ce5fdaa3

View File

@ -161,7 +161,7 @@
<script type="text/javascript"> <script type="text/javascript">
window.onload = function() { window.onload = function() {
if (location.hash.includes("code")) { if (location.hash.includes("code")) {
new PublicClientApplication("1023b9ce-5b09-4f04-98f8-e1ed85a72332", null, null); new msal.PublicClientApplication({auth: {clientId: "1023b9ce-5b09-4f04-98f8-e1ed85a72332"}});
} }
}; };
</script> </script>