Skip to content

Commit 80fabd9

Browse files
committed
Removed extra line
1 parent e66a765 commit 80fabd9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/migration-guides/modal-v9-to-v10.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,9 @@ If you are using the Web3Auth Modal UI:
474474
**Direct Connection Flows (for custom UI - capability previously in No-Modal SDK, now in unified
475475
Modal SDK):**
476476

477-
- **v9 (`@web3auth/no-modal`):** You used
478-
`web3auth.connectTo(WALLET_ADAPTERS.AUTH, { loginProvider, ... })` or
479-
`web3auth.connectTo(WALLET_ADAPTERS.AUTH, { ... })` with detailed configurations for
480-
`loginProvider`, `verifier`, `clientId` (for social), `idToken` (for JWTs), etc.
477+
- **v9 (`@web3auth/no-modal`):** You used `web3auth.connectTo(WALLET_ADAPTERS.AUTH, { ... })` with
478+
detailed configurations for `loginProvider`, `verifier`, `clientId` (for social), `idToken` (for
479+
JWTs), etc.
481480
- **v10 (`@web3auth/modal`):**
482481
1. **Non-React:** Use the `web3auth.connectTo(connectorName, options)` method. The
483482
`connectorName` comes from `WALLET_CONNECTORS` (e.g., `WALLET_CONNECTORS.AUTH` for custom

0 commit comments

Comments
 (0)