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
set response status to 401 for unauthorized access in AdminForthRestAPI and prevent redirect to login on 401 status for login path in callApi function (fe8193b)
update response handling to use setStatus for unauthorized access in AdminForthRestAPI (28a1391)
update setStatus method to accept optional message parameter in IAdminForthHttpResponse (4235a91)