You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error code is shown when logging on in the bottom right corner.
This is only meant to show when login is unsuccessful, but every time error 500 is shown briefly regardless of whether the login failed.
To Reproduce
Steps to reproduce the behavior:
Login as normal
After being redirected back from Google, an error code will briefly show in the bottom right.
Expected behavior
Error only shows when login failed
Other
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I think this is due to a second react render occurring, which sends the login token twice. The first time this succeeds but the same token is sent a second time resulting in the error.
The text was updated successfully, but these errors were encountered:
Describe the bug
An error code is shown when logging on in the bottom right corner.
This is only meant to show when login is unsuccessful, but every time error 500 is shown briefly regardless of whether the login failed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Error only shows when login failed
Other
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I think this is due to a second react render occurring, which sends the login token twice. The first time this succeeds but the same token is sent a second time resulting in the error.
The text was updated successfully, but these errors were encountered: