danivijay / react-commerce

Shopping cart made with ReactJS.
3 stars 2 forks source link

feat(mandatory): All fields are mandatory #49

Closed ashinpchandran closed 5 years ago

ashinpchandran commented 5 years ago

Because of the changes made in the backend, the signup will works only when all the fields are filled.

If any of the fields are blank then the alert "All fields are mandatory will be displayed".

man