We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: If user logs out on the Shopping List screen, a lot of state changing happens and in the end, app lands on the join house screen.
Expected Behavior: Logging out on any screen should clear session related data in local storage and redirect back to sign in screen.
Requirement: A further investigation for this bug and fixing it in the context of the expected behavior is reqiured
The text was updated successfully, but these errors were encountered:
Add a navigation handler
62814f5
Add a localStorage handler Resolves: #73 #68
50eeaec
fbd9cfa
No branches or pull requests
Problem:
If user logs out on the Shopping List screen, a lot of state changing happens and in the end, app lands on the join house screen.
Expected Behavior:
Logging out on any screen should clear session related data in local storage and redirect back to sign in screen.
Requirement:
A further investigation for this bug and fixing it in the context of the expected behavior is reqiured
The text was updated successfully, but these errors were encountered: