-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Issue with msal-context.js file encountered on startup
TypeError: pc.getAccount is not a function
(anonymous function)
D:/JS/React/Download/6 pcibraro_msal-browser-react/msal-browser-react-master/src/msal-context.js:45
42 | setLoginError(error);
43 | });
44 |
45 | if (pc.getAccount()) {
46 | ^ setUser(pc.getAccount());
47 | setIsAuthenticated(true);
48 | }
What could be the reason for this problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels