diff --git a/packages/client/src/account.ts b/packages/client/src/account.ts index 0f4e828c4..88fc8387d 100644 --- a/packages/client/src/account.ts +++ b/packages/client/src/account.ts @@ -75,8 +75,7 @@ export async function removeAccount(id: Account['id']) { function fetchAccount(token: string): Promise { return new Promise((done, fail) => { // Fetch user - api('i') - .then(res => res.json()) + api('i', {}, token) .then(res => { if (res.error) { if (res.error.id === 'a8c724b3-6e9c-4b46-b1a8-bc3ed6258370') {