Skip to content

Commit be6433d

Browse files
authored
docs: Add more context on guest mode (#5733)
Signed-off-by: Will Cory <willcory10@gmail.com>
1 parent f6c0407 commit be6433d

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/connect/wallet/sign-in-methods/guest

1 file changed

+1
-1
lines changed

apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const metadata = createMetadata({
2020

2121
# Guest Mode
2222

23-
Sometimes users want to get started using your app without signing in. You can now give users an in-memory "guest account" that can then be converted into a standard account by linking another auth method.
23+
Sometimes users want to get started using your app without signing in. You can now give users an in-memory "guest account" that can then be converted into a standard account by linking another auth method. An example is if you want to wait til a user tries to make a transaction before forcing them to onboard. A guest mode account is not persisted durably and only exists in memory until linked to an Auth method.
2424

2525
## Logging in with Guest Mode
2626

0 commit comments

Comments
 (0)