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: PAT login fails when stale OAuth fields exist
is_oauth() now checks for non-empty session_token instead of just
Some(). PAT login clears session_token, figma_refresh_token, and
figma_token_expires_at so subsequent API calls use the correct
X-Figma-Token header.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments