notrab / jamstackbb

Simple forum software powered by Next.js and GraphQL.
https://jamstackbb.dev
49 stars 5 forks source link

Validation issue #62

Closed bikkimahato closed 2 years ago

bikkimahato commented 2 years ago

In the place of username the email validation error message is being shown. Ideally both should be separate or if the error message is combined then it can be shown above the username or below the email. image

notrab commented 2 years ago

I think this is meant to be an email, and the error is just a built in browser validation error.

Happy to merge any PRa that fix this.

Thanks!