Skip to content

Commit

Permalink
Web: use new msal
Browse files Browse the repository at this point in the history
  • Loading branch information
chipscal committed Aug 9, 2022
1 parent 6c62194 commit 29d947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="manifest" href="manifest.json">
</head>
<body>
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.14.0/js/msal-browser.min.js"></script>
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.26.0/js/msal-browser.min.js"></script>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
Expand Down

0 comments on commit 29d947e

Please sign in to comment.