This repository has been archived by the owner. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 < title > AAD B2C | MSAL.JS Vanilla JavaScript SPA</ title >
77
88 <!-- msal.min.js can be used in the place of msal.js; included msal.js to make debug easy -->
9- < script type ="text/javascript " src ="https://alcdn.msauth.net/lib/1.2.1 /js/msal.js " integrity ="sha384-9TV1245fz+BaI+VvCjMYL0YDMElLBwNS84v3mY57pXNOt6xcUYch2QLImaTahcOP " crossorigin ="anonymous "> </ script >
9+ < script type ="text/javascript " src ="https://alcdn.msauth.net/lib/1.2.2 /js/msal.js " integrity ="sha384-n2/wxR+doMGeL8Lmj4kdPRfZBUg2d/OAVqaKCoHPWOfOs1HUFU3laBvp3gv/HBOu " crossorigin ="anonymous "> </ script >
1010 <!-- msal.js with a fallback to backup CDN -->
1111 < script type ="text/javascript ">
12- if ( typeof Msal === 'undefined' ) document . write ( unescape ( "%3Cscript src='https://alcdn.msftauth.net/lib/1.2.1 /js/msal.js' type='text/javascript' integrity='sha384-m/3NDUcz4krpIIiHgpeO0O8uxSghb+lfBTngquAo2Zuy2fEF+YgFeP08PWFo5FiJ ' crossorigin='anonymous'%3E%3C/script%3E" ) ) ;
12+ if ( typeof Msal === 'undefined' ) document . write ( unescape ( "%3Cscript src='https://alcdn.msftauth.net/lib/1.2.2 /js/msal.js' type='text/javascript' integrity='sha384-n2/wxR+doMGeL8Lmj4kdPRfZBUg2d/OAVqaKCoHPWOfOs1HUFU3laBvp3gv/HBOu ' crossorigin='anonymous'%3E%3C/script%3E" ) ) ;
1313 </ script >
1414
1515 <!-- adding Bootstrap 4 for UI components -->
You can’t perform that action at this time.
0 commit comments