We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SignInForm does not give an error message when the username is empty. This issue already exists in the Moments walkthough project.
The text was updated successfully, but these errors were encountered:
From the network response, it seems this is a backend issue
Sorry, something went wrong.
The form cannot be submitted without a username, so this does not affect the working of the app.
FIX : add required to signin form fields #20
required
dfec85b
suggestion by Kelly Hutchison https://github.com/quiltingcode
Following a suggestion by Kelly Hutchison, I added Frontend validation by adding the required prop to the form fields.
add code credit #10 #20
f367615
No branches or pull requests
The SignInForm does not give an error message when the username is empty. This issue already exists in the Moments walkthough project.
The text was updated successfully, but these errors were encountered: