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
Logging in with email requires the user to click the Submit button:
However, posting the token into the email subscription form posts it automatically without pushing any buttons:
I propose to make the behaviour consistent and make email login submit the form once the token is parsed, the same as the subscription form behaves at the moment.
The text was updated successfully, but these errors were encountered:
This comment relates to this issue.
As I mentioned there, all drop downs should use the same code for consistency.
The thing with tokens is we don't want to close the dropdown if we accidentally click outside of it because it can create confusion. For other cases it's fine to close dropdown with click outside because you won't loose any progress
Logging in with email requires the user to click the Submit button:
However, posting the token into the email subscription form posts it automatically without pushing any buttons:
I propose to make the behaviour consistent and make email login submit the form once the token is parsed, the same as the subscription form behaves at the moment.
The text was updated successfully, but these errors were encountered: