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
The sign-in process occasionally sends two magic links, back-to-back, where the links are different and the second one would likely invalidate the first one.
Something in the Continue button’s click handling could be creating a double-click operation internally. Something firing twice server-side could also lead to the double magic link message.
We should look at debouncing the button when clicked as a first step in ensuring the process isn’t triggered twice.
Screenshots showing the result where the magic links are different -- they're separate messages, not duplicate messages:
The text was updated successfully, but these errors were encountered:
The sign-in process occasionally sends two magic links, back-to-back, where the links are different and the second one would likely invalidate the first one.
Something in the Continue button’s click handling could be creating a double-click operation internally. Something firing twice server-side could also lead to the double magic link message.
We should look at debouncing the button when clicked as a first step in ensuring the process isn’t triggered twice.
Screenshots showing the result where the magic links are different -- they're separate messages, not duplicate messages:
The text was updated successfully, but these errors were encountered: