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: Sign in button is disabled outside the updateLoginButtonState method #4531

Merged
merged 1 commit into from
Mar 13, 2022

Conversation

g123k
Copy link
Contributor

@g123k g123k commented Mar 13, 2022

Fix for issue #4530

The sign-in button is disabled manually before all requests and never re-enabled after.
This is useless since updateLoginButtonState already handles all the different cases (loading, error…)

…dedicated method (updateLoginButtonState) already handles all the error/loading… cases

Fix for issue openfoodfacts#4530
@g123k g123k requested a review from a team as a code owner March 13, 2022 09:24
@sonarcloud
Copy link

sonarcloud bot commented Mar 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@VaiTon
Copy link
Member

VaiTon commented Mar 13, 2022

Thanks for the PR! 🎉

@VaiTon VaiTon merged commit 96d0fe0 into openfoodfacts:develop Mar 13, 2022
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.

Login screen: the sign-in button doesn't work after a failed attempt
2 participants