mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Microsoft OAuth
This commit is contained in:
parent
8f08c2f2db
commit
12ce5fdaa3
@ -161,7 +161,7 @@
|
||||
<script type="text/javascript">
|
||||
window.onload = function() {
|
||||
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user