full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Mark login field as required
This PR marks email and password as required, so we don't send the form if they are empty.
It also checks if errors returned by the server are a list, and, if so, we show a generic error message.