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
Fixed error handling in getSessionStatus() method where API errors (401, 500, network errors, etc.) were being caught and logged but not properly passed to the validation result, causing the result.error object to remain unpopulated.