diff --git a/apps/dashboard/src/@/hooks/useEmbeddedWallets.ts b/apps/dashboard/src/@/hooks/useEmbeddedWallets.ts index 1cde81c06b0..b066bb2ec2e 100644 --- a/apps/dashboard/src/@/hooks/useEmbeddedWallets.ts +++ b/apps/dashboard/src/@/hooks/useEmbeddedWallets.ts @@ -22,6 +22,7 @@ const fetchAccountList = ({ headers: { Authorization: `Bearer ${jwt}`, "Content-Type": "application/json", + "x-client-id": clientId, }, method: "GET", });