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
- Change device code request from POST to GET
- Use snake_case field names (device_code, user_code, etc.)
- Match API response format: {success: true, data: {...}}
- Support both snake_case and camelCase for backward compatibility
0 commit comments