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
{{ message }}
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
once you get redirected back to learning.moz quickly click on the application form button again
the sidebar and the application form use the same login status component, so if you're quick enough (or login's handled slowly enough) the application form can load its "you need to sign in" code, which has the same listening for login changes as the sidebar code. As such, both of them see the login completion and switch over to the logged in view: your user name and a pulldown menu.
Solution: make the "you need to sign in" form view in the ClubForm.jsx component switch over to StepOne if it sees a successful login happening while it's active.
Rare, but reproducible.
The text was updated successfully, but these errors were encountered:
Solution: make the "you need to sign in" form view in the ClubForm.jsx component switch over to StepOne if it sees a successful login happening while it's active.
Rare, but reproducible.
The text was updated successfully, but these errors were encountered: