Skip to content

Remove Password component from onboarding flow#38

Open
Avi-ADAM wants to merge 1 commit into
mainfrom
claude/onboarding-password-cleanup-gwftt3
Open

Remove Password component from onboarding flow#38
Avi-ADAM wants to merge 1 commit into
mainfrom
claude/onboarding-password-cleanup-gwftt3

Conversation

@Avi-ADAM

Copy link
Copy Markdown
Owner
  • bein.svelte: add mode !== 'onboarding' guard to the step-5 render
    block so Password can never flash on screen in onboarding mode, even
    if the shared show store carries a stale value of 5. The existing
    $effect redirect and the onMount guard in manual/+page.svelte already
    cover this, but the template guard is the definitive safety net.

  • beinang.svelte: remove the dead import Password and its
    corresponding {:else if show_value == 5} render block. beinang is
    not imported anywhere in the codebase so this is pure cleanup.

https://claude.ai/code/session_01NzH5UyFVDXK2ReMm8pT1J9

- bein.svelte: add `mode !== 'onboarding'` guard to the step-5 render
  block so Password can never flash on screen in onboarding mode, even
  if the shared `show` store carries a stale value of 5.  The existing
  $effect redirect and the onMount guard in manual/+page.svelte already
  cover this, but the template guard is the definitive safety net.

- beinang.svelte: remove the dead `import Password` and its
  corresponding `{:else if show_value == 5}` render block.  beinang is
  not imported anywhere in the codebase so this is pure cleanup.

https://claude.ai/code/session_01NzH5UyFVDXK2ReMm8pT1J9
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
1-0 Ready Ready Preview, Comment Jun 15, 2026 6:03pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants