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

try to fix authentication issue by removing 'dead' code in signin #1446

Closed
wants to merge 1 commit into from

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Apr 18, 2024

Description

We are running into an authentication issue when people try to sign in and don't really understand why. Yesterday, we removed the UI portion of the LoginForm (which allowed users to login with a username and password). However, there was still code in place to support that form and that code was getting hit. So, remove this dead code in the hopes that it has something to do with the authentication issue. Verified that we can log in successfully with login.gov after this removal (but we could log in successfully before as well).

Security Considerations

N/A

Copy link

@jskinne3 jskinne3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this is an attempt to address #1444
And also removing dead code is just a good idea

@ccostino
Copy link
Contributor

Removing dead code is a great idea! However, there's a bit more work to be done with this and we determined it'll be better to approach this slower and start over, since this was made quickly in an attempt to address the prod issue we had.

We're closing this PR and open a new issue for this work.

@ccostino ccostino closed this Apr 19, 2024
@ccostino ccostino deleted the broken_login branch April 19, 2024 19:04
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.

None yet

3 participants