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(auth): handle 2FA prompts on .unauthorized instead of .badRequest
Updated authentication flow to detect two-factor authentication
requirements from .unauthorized responses. Previously, only .badRequest
was checked for `AuthFactorTokenRequired`, which caused 2FA to fail when
servers returned 401 instead of 400. Now both cases are supported.
0 commit comments