-
Randall Leeds authored
The $error key for the form will have an Array of the errors of its fields for that key. That means that a bad password response causes the entire login form to have a truthy $error.response value. That's not wrong, and we could be using it to show all the errors in a block at the top of the form, but it's not how we want to use it for this case.
ab42272a