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
Single Page Applications that do not create a new form after a failed sign-in attempt will lose their submit listener so further attempts by the user to type and then save their correct credentials will only work if they refresh the page between each failed attempt.
Not sure what we can do about this without risking leaving listeners lying around taking up memory.
Maybe some sort of timeout could help? If the submit button still exists after a second we can reattach? Seems flaky. Needs detailed planning. Ideas welcome.
The text was updated successfully, but these errors were encountered:
Single Page Applications that do not create a new form after a failed sign-in attempt will lose their submit listener so further attempts by the user to type and then save their correct credentials will only work if they refresh the page between each failed attempt.
Not sure what we can do about this without risking leaving listeners lying around taking up memory.
Maybe some sort of timeout could help? If the submit button still exists after a second we can reattach? Seems flaky. Needs detailed planning. Ideas welcome.
The text was updated successfully, but these errors were encountered: