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
Initialize MSAL before use to fix auth regression (#2685)
* frontend: Initialize MSAL before use, use stable instance, and guard async init (fixes uninitialized_public_client_application); show small loading state
* frontend: inline catch for checkLoggedIn during auth init; keep initialize() gated with try/finally
* Use different approach with MsalProvider in index
Copy file name to clipboardExpand all lines: .github/chatmodes/fixer.chatmode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You MUST check task output readiness before debugging, testing, or declaring wor
24
24
- Frontend: Vite provides HMR; changes in the frontend are picked up automatically without restarting the task.
25
25
- Backend: Quart was started with --reload; Python changes trigger an automatic restart.
26
26
- If watchers seem stuck or output stops updating, stop the tasks and run the "Development" task again.
27
-
- To interact with a running application, use the Playwright MCP server
27
+
- To interact with a running application, use the Playwright MCP server. If testing login, you will need to navigate to 'localhost' instead of '127.0.0.1' since that's the URL allowed by the Entra application.
0 commit comments