Skip to content

Commit

Permalink
remove unnecessary client id in jwt params
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 2, 2024
1 parent 0bd7b17 commit 00de81e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/Web3AuthPasswordlessHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00de81e

Please sign in to comment.