Update ConnectionsTab.tsx

This commit is contained in:
Stijnus 2025-01-24 17:05:27 +01:00
parent b0fe1fc871
commit afb1e44187

View File

@ -103,7 +103,7 @@ export default function ConnectionsTab() {
// Fetch repositories - only owned by the authenticated user
const reposResponse = await fetch(
'https://api.github.com/user/repos?sort=updated&per_page=10&affiliation=owner',
'https://api.github.com/user/repos?sort=updated&per_page=10&affiliation=owner,organization_member,collaborator',
{
headers: {
Authorization: `Bearer ${token}`,