From 7d1a1a00bbfc1dd9cb669408c03e71ffb6cd8a3a Mon Sep 17 00:00:00 2001 From: "dogan.erisen@gmail.com" Date: Tue, 28 Jul 2020 10:39:37 -0700 Subject: [PATCH] typo --- Chapter1/App/auth.js | 1 - Chapter1/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Chapter1/App/auth.js b/Chapter1/App/auth.js index 8e8988f..cfba8d9 100644 --- a/Chapter1/App/auth.js +++ b/Chapter1/App/auth.js @@ -100,6 +100,5 @@ const seeProfiles = () => { console.log(error); }); } -} loadPage(); \ No newline at end of file diff --git a/Chapter1/README.md b/Chapter1/README.md index bbce925..4d76921 100644 --- a/Chapter1/README.md +++ b/Chapter1/README.md @@ -6,7 +6,7 @@ languages: products: - azure-active-directory - microsoft-graph-api -- msal +- microsoft-authentication-library description: "A Multi-tenant (SaaS) JavaScript Single-Page Application (SPA) using MSAL.js to sign-in users and calling MS Graph API" urlFragment: "ms-identity-javascript-angular-spa-aspnet-webapi-multitenant/Chapter1" ---