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
We have a regular form submit event handler that just routes to another route when someone click the button. return false here prevents browser from actual form submission attempt which is desired behavior. However after installing zones this functionality was broken, the browser began to submit the form.