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 <noreply@anthropic.com>
This commit is contained in:
parent
dac98486c5
commit
e1f2514fae
@ -265,9 +265,9 @@
|
||||
</p>
|
||||
<button
|
||||
class="mt-4 px-4 py-2 bg-accent text-accent-contrast rounded-md hover:bg-accent-dim"
|
||||
onclick={() => push("/chats")}
|
||||
onclick={() => push("/welcome")}
|
||||
>
|
||||
Go to dashboard
|
||||
Get started →
|
||||
</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user