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 revocation and file removal errors properly
Warn the user when token revocation fails (network error or non-200
response) so they know the old token may still be valid server-side.
Return errors when credential/cache file removal fails (ignoring
NotFound) instead of silently continuing with stale files.
0 commit comments