This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ="SHORTCUT ICON " href ="./favicon.svg " type ="image/x-icon ">
9
9
10
10
<!-- 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 "
13
13
crossorigin ="anonymous "> </ script >
14
14
15
15
<!-- To help ensure reliability, Microsoft provides a second CDN -->
16
16
< 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" ) ) ;
18
18
</ script >
19
19
20
20
<!-- adding Bootstrap 4 for UI components -->
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 07/02/2022
4
+
5
+ - Updated MSAL.js to 2.26.0
6
+
3
7
## 07/20/2021
4
8
5
9
- Updated MSAL.js to 2.15.0
You can’t perform that action at this time.
0 commit comments