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

Fixed: issue of user unable to logout from the app #290

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

ymaheshwari1
Copy link
Contributor

Related Issues

Closes #

Short Description and Why It's Useful

Currently, in some cases the logout api makes an internal redirection, and thus we are unable to parse the resp which in turn halts the logout process, so fixed this case by wrapping the parsing logic of resp in try-catch block, so if in any case parsing fails the user still gets logged out of the app.

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@ymaheshwari1 ymaheshwari1 changed the title Fixed: issue of logout process halts Fixed: issue of user unable to logout from the app Oct 6, 2023
@ravilodhi ravilodhi merged commit 30d6496 into hotwax:main Oct 6, 2023
1 check passed
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.

2 participants