File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
custom-authentication/single-connection/custom-jwt-example/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function App() {
3434
3535 await connectTo ( WALLET_CONNECTORS . AUTH , {
3636 authConnection : AUTH_CONNECTION . CUSTOM ,
37- authConnectionId : "w3a-node-demo" ,
37+ authConnectionId : "w3a-node-demo-dev " ,
3838 idToken,
3939 extraLoginOptions : {
4040 isUserIdCaseSensitive : false ,
Original file line number Diff line number Diff line change 11import { WEB3AUTH_NETWORK , type Web3AuthOptions } from "@web3auth/modal" ;
22
33// Dashboard Registration
4- const clientId = "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ " ;
4+ const clientId = "BHgArYmWwSeq21czpcarYh0EVq2WWOzflX-NTK-tY1-1pauPzHKRRLgpABkmYiIV_og9jAvoIxQ8L3Smrwe04Lw " ;
55
66// Instantiate SDK
77const web3AuthOptions : Web3AuthOptions = {
88 clientId,
9- web3AuthNetwork : WEB3AUTH_NETWORK . SAPPHIRE_MAINNET ,
9+ web3AuthNetwork : WEB3AUTH_NETWORK . SAPPHIRE_DEVNET ,
1010
1111} ;
1212
You can’t perform that action at this time.
0 commit comments