mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-04 03:26:33 +00:00
Update ConnectionsTab.tsx
This commit is contained in:
parent
b0fe1fc871
commit
afb1e44187
@ -103,7 +103,7 @@ export default function ConnectionsTab() {
|
|||||||
|
|
||||||
// Fetch repositories - only owned by the authenticated user
|
// Fetch repositories - only owned by the authenticated user
|
||||||
const reposResponse = await fetch(
|
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: {
|
headers: {
|
||||||
Authorization: `Bearer ${token}`,
|
Authorization: `Bearer ${token}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user