Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 1f13e45

Browse files
committed
bump msal
1 parent e80e00a commit 1f13e45

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

JavaScriptSPA/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
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 -->

0 commit comments

Comments
 (0)