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

Fix problem with logout button #1815

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Fix problem with logout button #1815

merged 1 commit into from
Sep 20, 2024

Conversation

paskal
Copy link
Collaborator

@paskal paskal commented Sep 19, 2024

The logout auth endpoint was returning no response body and type application/json which is not valid, this commit changes it to return plain/text instead which makes it valid.

Resolves #1812.

The logout auth endpoint was returning no response body and type
application/json which is not valid, this commit changes it to return
plain/text instead which makes it valid.
@paskal paskal marked this pull request as ready for review September 19, 2024 23:49
@paskal paskal requested a review from umputun as a code owner September 19, 2024 23:49
@umputun umputun merged commit 6cd5c45 into master Sep 20, 2024
3 checks passed
@umputun umputun deleted the paskal/fix_logout branch September 20, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encounter proplem in logging out
2 participants