This repository has been archived by the owner. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-14
lines changed
Expand file tree Collapse file tree 4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ assignees: derisen
1212## Library
1313
1414- [ ] ` msal@1.x.x ` or ` @azure/msal@1.x.x `
15- - [ ] ` @azure/msal-browser@2.x.x `
16- - [ ] ` @azure/msal-angular@0.x.x `
17- - [ ] ` @azure/msal-angular@1.x.x `
18- - [ ] ` @azure/msal-angularjs@1.x.x `
1915
2016** Important** : Please fill in your exact version number above, e.g. ` msal@1.1.3 ` .
2117
Original file line number Diff line number Diff line change @@ -12,9 +12,5 @@ Please follow the issue template below. Failure to do so will result in a delay
1212## Library
1313
1414- [ ] ` msal@1.x.x ` or ` @azure/msal@1.x.x `
15- - [ ] ` @azure/msal-browser@2.x.x `
16- - [ ] ` @azure/msal-angular@0.x.x `
17- - [ ] ` @azure/msal-angular@1.x.x `
18- - [ ] ` @azure/msal-angularjs@1.x.x `
1915
2016## Description
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ Please follow the issue template below. Failure to do so will result in a delay
1212## Library
1313
1414- [ ] ` msal@1.x.x ` or ` @azure/msal@1.x.x `
15- - [ ] ` @azure/msal-browser@2.x.x `
16- - [ ] ` @azure/msal-angular@0.x.x `
17- - [ ] ` @azure/msal-angular@1.x.x `
18- - [ ] ` @azure/msal-angularjs@1.x.x `
1915
2016## Description
2117
Original file line number Diff line number Diff line change 77 < link rel ="SHORTCUT ICON " href ="./favicon.svg " type ="image/x-icon ">
88
99 <!-- msal.min.js can be used in the place of msal.js; included msal.js to make debug easy -->
10- < script type ="text/javascript " src ="https://alcdn.msftauth .net/lib/1.3.3 /js/msal.js " integrity ="sha384-NXrqATyZkIFf34YAQc9KUsELNnChm0YXI0Hugq92c2abTH1Gv7He1R/t89iGIAJn " crossorigin ="anonymous "> </ script >
10+ < script type ="text/javascript " src ="https://alcdn.msauth .net/lib/1.4.0 /js/msal.js " integrity ="sha384-DqrejB/00ccJc4ufFWc+TA3ImOruMihWCj6Wu9hEzRUNdqt4180qlzT0mFa6/Zp2 " crossorigin ="anonymous "> </ script >
1111
1212 <!-- msal.js with a fallback to backup CDN -->
1313 < script type ="text/javascript ">
14- if ( typeof Msal === 'undefined' ) document . write ( unescape ( "%3Cscript src='https://alcdn.msauth .net/lib/1.3.3 /js/msal.js' type='text/javascript' %3E%3C/script%3E" ) ) ;
14+ if ( typeof Msal === 'undefined' ) document . write ( unescape ( "%3Cscript src='https://alcdn.msftauth .net/lib/1.4.0 /js/msal.js' type='text/javascript' %3E%3C/script%3E" ) ) ;
1515 </ script >
1616
1717 <!-- adding Bootstrap 4 for UI components -->
You can’t perform that action at this time.
0 commit comments