You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Sometimes users want to get started using your app without signing in. You can n
24
24
25
25
## Logging in with Guest Mode
26
26
27
-
In general, logging in with guest mode is the same as configuring any other login method in the platform of your choice. See the [login methods overview](/connect/wallet/sign-in-methods/overview) for more information on configuring your login options.
27
+
In general, logging in with guest mode is the same as configuring any other login method in the platform of your choice. See the [login methods overview](/connect/wallet/sign-in-methods/configure) for more information on configuring your login options.
* Creates an [Ecosystem Wallet](https://portal.thirdweb.com/connect/ecosystems/overview) based on various authentication methods. Full list of available authentication methods [here](/connect/wallet/sign-in-methods/overview).
10
+
* Creates an [Ecosystem Wallet](https://portal.thirdweb.com/connect/wallet/overview) based on various authentication methods. Full list of available authentication methods [here](/connect/wallet/sign-in-methods/configure).
11
11
*
12
12
* Can also be configured to use Account Abstraction to directly connect to a ERC4337 smart account based on those authentication methods.
* Creates an app scoped wallet for users based on various authentication methods. Full list of available authentication methods [here](https://portal.thirdweb.com/connect/wallet/sign-in-methods/overview).
7
+
* Creates an app scoped wallet for users based on various authentication methods. Full list of available authentication methods [here](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure).
8
8
*
9
9
* Can also be configured to use Account Abstraction to directly connect to a ERC4337 smart account based on those authentication methods.
10
10
*
@@ -27,7 +27,7 @@ import { createInAppWallet } from "../core/wallet/in-app-core.js";
27
27
* });
28
28
* ```
29
29
*
30
-
* [View all available social auth methods](https://portal.thirdweb.com/connect/wallet/sign-in-methods/overview)
30
+
* [View all available social auth methods](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure)
0 commit comments