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

Commit 9e1645d

Browse files
committed
Update the index.html to point to the new .min.js
1 parent 4f8ca48 commit 9e1645d

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
@@ -3,7 +3,7 @@
33
<head>
44
<title>Quickstart for MSAL JS</title>
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js"></script>
6-
<script src="/msal-1.0.0-preview.min.js"></script>
6+
<script src="/msal-1.0.0-preview.2.min.js"></script>
77
</head>
88

99
<body>

0 commit comments

Comments
 (0)