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
When the login process is initiated using MSAL and the user moves the app to the background, the browser automatically dismisses
Upon returning to the app, an endless loader UI is displayed. If the user clicks the back button, the login process is restarted. (This is an infinite loader and the back button click is from my app
Restarting the login process causes the error "Only one interactive session is allowed at a time", which persists until the app is killed and relaunched.