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
Copy file name to clipboardExpand all lines: 1-Authentication/1-sign-in-react/SPA/src/App.jsx
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,14 @@ const MainContent = () => {
21
21
const{ instance }=useMsal();
22
22
constactiveAccount=instance.getActiveAccount();
23
23
24
-
consthandleLoginPopup=()=>{
25
-
/**
26
-
* When using popup and silent APIs, we recommend setting the redirectUri to a blank page or a page
27
-
* that does not implement MSAL. Keep in mind that all redirect routes must be registered with the application
28
-
* For more information, please follow this link: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/login-user.md#redirecturi-considerations
0 commit comments