-
Notifications
You must be signed in to change notification settings - Fork 1
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: log in redirections #213
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected. Logged in as a family, logged out, logged in as a volunteer, as another family and such. Really nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I logged in as a volunteer, family, social and educator and everything was correct. Good job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I log in with a family account right after validating the account via the link sent by email, I can log in perfectly, but when I log out and try to log in again I get a "No active account found with the given credentials" message.
I will have a look thanks for the heads up. I will try the same as you and see if i get the same problem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I can correctly log in with a family account, well done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct!
The redirections after log in have been fixing. Now, the user should be redirect to their screen without the need of refreshing manually. I have use context from react instead of the local storage