-
Notifications
You must be signed in to change notification settings - Fork 47
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
(VADC-1639): fix logout not sowing on home page #1669
Conversation
@@ -244,11 +244,6 @@ const handleFetchUser = ({ status, data }) => { | |||
type: 'RECEIVE_USER', | |||
user: data, | |||
}; | |||
case 401: |
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 dont think that removing this will hurt anything, it was added in #74
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 believe this case happens when the is not logged in or the refresh token has expired, did you check it is not being triggered?
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.
yes it happens when user is not logged in but it looks to be not needed
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
@@ -244,11 +244,6 @@ const handleFetchUser = ({ status, data }) => { | |||
type: 'RECEIVE_USER', | |||
user: data, | |||
}; | |||
case 401: |
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 believe this case happens when the is not logged in or the refresh token has expired, did you check it is not being triggered?
Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Link to JIRA ticket if there is one: VADC-1639
Improvements