Account
Manage your user profile and see which teams you belong to
- Profile card shows display name, email, avatar (from JWT claims), and GitHub verification badge.
- Teams table lists team name, slug, your role, and joined date per team.
- Data is fetched from
/User/GetUserInfoand/User/GetUserTeams; the header also reflects the currently selected team.