Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 8, 2023
1 parent d9c7dd0 commit 2286cc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/walletextension/frontend/src/api/ethRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,10 @@ export async function authenticateAccountWithTenGatewayEIP712(
};
const signature = await getSignature(account, data);

const auth = await authenticateUser(token, {
return await authenticateUser(token, {
signature,
address: account,
});
console.log("🚀 ~ file: ethRequests.ts:166 ~ auth:", auth);
return auth;
} catch (error: any) {
throw error;
}
Expand Down

0 comments on commit 2286cc1

Please sign in to comment.