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
fix: address PR review findings for MFA challenge UI
- Check for 404 specifically in updateMfaStatusUI() instead of hiding
on any non-OK response; log a warning for other error statuses
- Update JSDoc to document both 404 and non-OK handling behaviors
- Make MFA status test assertion deterministic (expect 404 when MFA
is disabled in playwright-test profile, not [200, 404])
0 commit comments