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

Commit 0c04872

Browse files
author
Prithvi Kanherkar
committed
Merge branch 'B2C_MsalJS_APIChanges' of https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp into B2C_MsalJS_APIChanges
2 parents 3e2955c + ce72152 commit 0c04872

File tree

4 files changed

+5633
-1
lines changed

4 files changed

+5633
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<body>
2424
<!-- bluebird only needed if this page needs to run on Internet Explorer -->
2525
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js" class="pre"></script>
26-
<script src="msal-1.0.0-preview.2.min.js"></script>
26+
<script src="msal.js"></script>
2727
<script src="https://code.jquery.com/jquery-3.2.1.min.js" class="pre"></script>
2828

2929
<h2>Getting an access token with Azure AD B2C and calling a Web API</h2>

0 commit comments

Comments
 (0)