Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add onboarding tracking #2169

Merged
merged 3 commits into from
Mar 1, 2024
Merged

fix: add onboarding tracking #2169

merged 3 commits into from
Mar 1, 2024

Conversation

jobenjada
Copy link
Member

fix: add onboarding tracking

Copy link

vercel bot commented Mar 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
formbricks-cloud ⬜️ Ignored (Inspect) Visit Preview Mar 1, 2024 3:38pm
formbricks-com ⬜️ Ignored (Inspect) Visit Preview Mar 1, 2024 3:38pm

Copy link
Contributor

github-actions bot commented Mar 1, 2024

Thank you for following the naming conventions for pull request titles! 🙏

@jobenjada jobenjada enabled auto-merge March 1, 2024 15:38
Copy link
Contributor

apps/web/app/(app)/onboarding/layout.tsx

Consider destructuring the session object to improve the readability of the code. This will also make it easier to add or remove properties in the future.
Create Issue
See the diff
Checkout the fix

    const { user } = session;
    if (!user) {
      return redirect(`/auth/login`);
    }
git fetch origin && git checkout -b ReviewBot/Impro-yqf69ty origin/ReviewBot/Impro-yqf69ty

@jobenjada jobenjada added this pull request to the merge queue Mar 1, 2024
Merged via the queue into main with commit 3f5f291 Mar 1, 2024
16 checks passed
@jobenjada jobenjada deleted the add-onboarding-tracking branch March 1, 2024 16:06
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.

None yet

1 participant