From acf73ddb5e602589e6f0d7857ff4364a927ad3bb Mon Sep 17 00:00:00 2001 From: Will Cory Date: Fri, 13 Dec 2024 09:32:46 -0800 Subject: [PATCH] docs: Add more context on guest mode Guest mode docs were not very clear to me. This changes the docs to how I think it works filling in the blanks Signed-off-by: Will Cory --- .../src/app/connect/wallet/sign-in-methods/guest/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx b/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx index 1d4bc5b49ea..f1b122926a8 100644 --- a/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx +++ b/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx @@ -20,7 +20,7 @@ export const metadata = createMetadata({ # Guest Mode -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. +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. ## Logging in with Guest Mode