-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
Signup error #229
Comments
Added validation for Email, Password, Name on Sign Up Page. Now unless all three fields are added, User cannot sign up.
Hi, The issue is actually with the server side response. along with data in the format And on the server side there is a validation on email. Depending on the value of email a response is generated with a valid 200 code or invalid 401 code and the same response value is displayed on client side with an error or success message. Similar validations should be done on the fields and provide the response value accordingly. |
Signup page is creating account without giving Name and Password. It is validating only for Email ID
The text was updated successfully, but these errors were encountered: