Skip to content

Commit 87fb496

Browse files
committed
update packages
1 parent eb6e9fe commit 87fb496

File tree

97 files changed

+10729
-12255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+10729
-12255
lines changed

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/package-lock.json

Lines changed: 206 additions & 215 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@tanstack/react-query": "^5.37.1",
7-
"@web3auth/modal": "^10.0.2",
7+
"@web3auth/modal": "^10.0.3",
88
"react": "^18.3.1",
99
"react-dom": "^18.3.1",
1010
"wagmi": "^2.14.16"

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function App() {
2323
const loginWithAuth0Google = async () => {
2424
await connectTo(WALLET_CONNECTORS.AUTH, {
2525
groupedAuthConnectionId: "aggregate-sapphire",
26-
authConnectionId: "w3a-a0-google",
26+
authConnectionId: "w3a-a0-github",
2727
authConnection: AUTH_CONNECTION.CUSTOM,
2828
extraLoginOptions: {
2929
connection: "google-oauth2",

custom-authentication/grouped-connection/auth0-google-implicit-grouped-example/src/web3authContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const clientId = "BHgArYmWwSeq21czpcarYh0EVq2WWOzflX-NTK-tY1-1pauPzHKRRLgpABkmYi
88
const web3AuthOptions: Web3AuthOptions = {
99
clientId,
1010
web3AuthNetwork: WEB3AUTH_NETWORK.SAPPHIRE_DEVNET,
11-
1211
};
1312

1413
const web3AuthContextConfig = {

0 commit comments

Comments
 (0)