Skip to content

Commit fd67c5d

Browse files
[Dashboard] Add client ID header to embedded wallets fetch request (#7471)
1 parent ca65b43 commit fd67c5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dashboard/src/@/hooks/useEmbeddedWallets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const fetchAccountList = ({
2222
headers: {
2323
Authorization: `Bearer ${jwt}`,
2424
"Content-Type": "application/json",
25+
"x-client-id": clientId,
2526
},
2627
method: "GET",
2728
});

0 commit comments

Comments
 (0)