You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// An Optional options for initializing the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#configuration-options
102
102
const msalConfig = {
@@ -110,7 +110,7 @@ const graphScopes = ["user.read", "mail.send"]; // An array of graph scopes
110
110
// Important Note: This library implements loginPopup and acquireTokenPopup flow, remember this while initializing the msal
111
111
// Initialize the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js#1-instantiate-the-useragentapplication
0 commit comments