We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca65b43 commit fd67c5dCopy full SHA for fd67c5d
apps/dashboard/src/@/hooks/useEmbeddedWallets.ts
@@ -22,6 +22,7 @@ const fetchAccountList = ({
22
headers: {
23
Authorization: `Bearer ${jwt}`,
24
"Content-Type": "application/json",
25
+ "x-client-id": clientId,
26
},
27
method: "GET",
28
});
0 commit comments