Skip to content

Commit 953daf0

Browse files
author
Sidney Andrews
authored
Update auth_users_msaljs.md
1 parent bc3bd0f commit 953daf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presentations/auth_users_msaljs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ var tokenResponse = await client.acquireTokenSilent(tokenRequest);
500500

501501
1. Open the **index.html** file
502502

503-
1. In the HTML file's header, add the following element to reference the **[MSAL.JS v2.16.1](https://alcdn.msauth.net/browser/2.16.1/js/msal-browser.min.js)** library: ``<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.16.1/js/msal-browser.min.js"></script>``
503+
1. In the HTML file's header, add the following element to reference the **[MSAL.JS (Browser) v2](https://www.npmjs.com/package/@azure/msal-browser)** library: ``<script src="https://unpkg.com/@azure/msal-browser@2/lib/msal-browser.min.js" crossorigin></script>``
504504

505505
1. Open the **index.js** file
506506

0 commit comments

Comments
 (0)