From 221d4c63ce56c1487d195ff411a3db2d6cb31bd5 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Mon, 2 Sep 2024 16:07:27 +0800 Subject: [PATCH] remove unnecessary client id in jwt params --- src/handlers/Web3AuthPasswordlessHandler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handlers/Web3AuthPasswordlessHandler.ts b/src/handlers/Web3AuthPasswordlessHandler.ts index a8d6c8d..14228c7 100644 --- a/src/handlers/Web3AuthPasswordlessHandler.ts +++ b/src/handlers/Web3AuthPasswordlessHandler.ts @@ -31,7 +31,6 @@ export default class Web3AuthPasswordlessHandler extends AbstractLoginHandler { nonce: this.nonce, network: this.params.web3AuthNetwork, connection: loginToConnectionMap[this.params.typeOfLogin], - web3auth_client_id: this.params.web3AuthClientId, scope: this.SCOPE, response_type: this.RESPONSE_TYPE, prompt: this.PROMPT,