-
Notifications
You must be signed in to change notification settings - Fork 37
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
fixed page reload on login #28
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Yash-Ainapure I had to make a new fork , can you check it it works now? |
Can any of the maintainers tell me what the error is? |
src/appComponents/ClubLogin.tsx(31,11): error TS1345: An expression of type 'void' cannot be tested for truthiness. |
@Swetabh333 is attempting to deploy a commit to the yash-ainapure's projects Team on Vercel. A member of the Team first needs to authorize it. |
@Yash-Ainapure is it still failing? |
Wait we'll check it |
alright |
Thanks for your contribution |
Closes #12
Fix login functionality to work consistently on first attempt
This PR addresses an issue where the login process was inconsistent, often failing on the first attempt but succeeding on subsequent tries. Key changes include:
These changes resolve the race condition that was causing the inconsistent behavior, resulting in a more reliable login experience for users.