Skip to content

Commit 0d080ad

Browse files
committed
Fix custom jwt example
1 parent a90be9b commit 0d080ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom-authentication/single-connection/custom-jwt-example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

custom-authentication/single-connection/custom-jwt-example/src/web3authContext.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { 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
77
const web3AuthOptions: Web3AuthOptions = {
88
clientId,
9-
web3AuthNetwork: WEB3AUTH_NETWORK.SAPPHIRE_MAINNET,
9+
web3AuthNetwork: WEB3AUTH_NETWORK.SAPPHIRE_DEVNET,
1010

1111
};
1212

0 commit comments

Comments
 (0)