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(app): add @ prefix when constructing scope:team for npm operations
npm team/access operations require `@scope:team` format but the frontend was sending `scope:team`
without the `@` prefix.
This was obscured by the fact that the admin operations aren't quite functional yet for most orgs as
OTP isn't supported, and by the fact that `listTeamUsers` only fails with this incorrect format when
it goes through the CLI, which is only the case for the authenticated user's own orgs.
0 commit comments