Skip to content

Commit

Permalink
send both headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Dec 5, 2024
1 parent 686f569 commit 1bb820c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/Dashboard/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const TeamContent = ({
{
headers: {
'X-User-Access-Token': user.accessToken,
'X-Team-API-Key': team.apiKeys[0],
},
}
)
Expand Down

0 comments on commit 1bb820c

Please sign in to comment.