Skip to content

Require signup fields

nickstiffler requested to merge signup into master

When submitting the signup form with empty fields, no error is display on screen. There appear to be graphql errors on the server, but the graphQLErrors array is empty, so nothing shows up. Making the fields required at least gives the user feedback.

Merge request reports