From e1f2514faeeff9ab854881feb390aac7ec27a21f Mon Sep 17 00:00:00 2001 From: Jason Tudisco Date: Thu, 28 May 2026 13:30:05 -0600 Subject: [PATCH] feat(kez-chat/web): route new accounts to /welcome onboarding checklist New-account success screen sent users straight to /chats; first-run users never saw the Getting Started checklist. Route to /welcome instead. Co-Authored-By: Claude Opus 4.7 --- kez-chat/web/src/routes/CreateAccount.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kez-chat/web/src/routes/CreateAccount.svelte b/kez-chat/web/src/routes/CreateAccount.svelte index 818ace0..76014c0 100644 --- a/kez-chat/web/src/routes/CreateAccount.svelte +++ b/kez-chat/web/src/routes/CreateAccount.svelte @@ -265,9 +265,9 @@

{/if}