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 default case for all form_type switch cases should be to throw badRequest. Without this, making a typo in form_type causes PHP to quietly skip over whatever the POST header processing.