Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit f955afc

Browse files
Updated MSAL
Updated MSAL to 2.26.0 to enable new MSAL features.
1 parent 808ab9f commit f955afc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<link rel="SHORTCUT ICON" href="./favicon.svg" type="image/x-icon">
99

1010
<!-- msal.min.js can be used in the place of msal.js; included msal.js to make debug easy -->
11-
<script src="https://alcdn.msauth.net/browser/2.15.0/js/msal-browser.js"
12-
integrity="sha384-dFzMiVGB5HpWZ+5w5VSif6jhWfNeplSw9ACYmQKZcY2azuT9kCxVWVI9HyfGdkHV"
11+
<script src="https://alcdn.msauth.net/browser/2.26.0/js/msal-browser.js"
12+
integrity="sha384-fitpJWrpyl840mvd9nBFLGulqR4BJzvim0fzrXQKdsVh2AQzE4rTTJ0o5o+x+dRK"
1313
crossorigin="anonymous"></script>
1414

1515
<!-- To help ensure reliability, Microsoft provides a second CDN -->
1616
<script type="text/javascript">
17-
if (typeof Msal === 'undefined') document.write(unescape("%3Cscript src='https://alcdn.msftauth.net/browser/2.15.0/js/msal-browser.js' type='text/javascript' crossorigin='anonymous' %3E%3C/script%3E"));
17+
if (typeof Msal === 'undefined') document.write(unescape("%3Cscript src='https://alcdn.msauth.net/browser/2.26.0/js/msal-browser.js' type='text/javascript' crossorigin='anonymous' %3E%3C/script%3E"));
1818
</script>
1919

2020
<!-- adding Bootstrap 4 for UI components -->

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 07/02/2022
4+
5+
- Updated MSAL.js to 2.26.0
6+
37
## 07/20/2021
48

59
- Updated MSAL.js to 2.15.0

0 commit comments

Comments
 (0)