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

[Bug]: App always starts from onboarding page instead of home page after relaunch, even when user is already logged in #6

Open
PadmnabhTewari opened this issue Nov 17, 2024 · 0 comments
Labels

Comments

@PadmnabhTewari
Copy link
Collaborator

PadmnabhTewari commented Nov 17, 2024

In the application, there is an issue where, after a user signs up or logs in, quits the application, and then reopens it, the app starts from the onboarding page instead of the home page. This behavior occurs even if the user is already authenticated and should be redirected directly to the home page.

Expected behavior

When the user signs up or logs in and then quits the application:
On reopening, the app should check if the user is already logged in.
If the user is logged in, it should navigate directly to the home page.
The onboarding page should only be shown the first time a user launches the app or when they explicitly log out or delete their account.
The app should not show the onboarding page if the user has an existing account and is already logged in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant