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

Commit 1b14730

Browse files
committed
Update to MSAL v0.2.3
1 parent d6901cb commit 1b14730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScriptSPA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>ID Token Claims</h3>
2424

2525
<!-- This app uses cdn to reference msal.js (recommended).
2626
You can also download it from: https://github.com/AzureAD/microsoft-authentication-library-for-js -->
27-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.2.2/js/msal.min.js"></script>
27+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.2.3/js/msal.min.js"></script>
2828
<!--<script type="text/javascript" src="msal.js"></script>-->
2929
<script type="text/javascript" src="msalconfig.js"></script>
3030

0 commit comments

Comments
 (0)