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: re-logging while on GC causes failed login state #3014

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

fcolarich
Copy link
Collaborator

@fcolarich fcolarich commented Dec 16, 2024

What does this PR change?

This solves this issue for now: #2990

When we are in GC and logout and then login again, we get a failed login state because we are already in the same realm we are trying to re-load.
I added as a quick fix a flag to ignore this check when doing it from the logout flow, but the correct fix is to properly organize the re-login operation.
So this will be a stopgap solution until I can do that properly and make sure all works correctly.
...

How to test the changes?

Log into the client, then logout and try to login again with any user (same or different). You should log properly and not be "kicked" out to the login screen as it was happening.

@fcolarich fcolarich marked this pull request as draft December 16, 2024 20:51
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.

1 participant