1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop

This commit is contained in:
David Bomba 2022-06-21 07:20:51 +10:00
commit f76de88e58

View File

@ -158,14 +158,6 @@
integrity="sha384-ggh+EF1aSqm+Y4yvv2n17KpurNcZTeYtUZUvhPziElsstmIEubyEB6AIVpKLuZgr"
crossorigin="anonymous">
</script>
<script type="text/javascript">
window.onload = function() {
if (location.hash.includes("code")) {
new msal.PublicClientApplication({auth: {clientId: "1023b9ce-5b09-4f04-98f8-e1ed85a72332"}});
}
};
</script>
<center style="padding-top: 150px" id="loader">
<div class="loader"></div>
</center>