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 double login bug #29

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Fix double login bug #29

merged 3 commits into from
Nov 2, 2023

Conversation

mbish
Copy link
Contributor

@mbish mbish commented Nov 2, 2023

Description

There was a bug where if you went through the login flow with an already valid session you ended
up with zero valid sessions and were sent back to the login page with an error.

Motivation and Context

Bugs are bad and I found this during AT

How Has This Been Tested?

New unit test added to make sure we never clobber the new transients we just made.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)

@mbish mbish merged commit b724881 into main Nov 2, 2023
@mbish mbish deleted the double-login-bug branch November 2, 2023 20:21
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