Closed ayobamiseun closed 1 year ago
@ayobamiseun It's always preferred to create a new branch for every PR you make, it's not suggested to use the main
branch. Feel free to create a new PR from a separate branch.
@AmanNegi should i push to the branch dev-react or test ??
@ayobamiseun you should create your branch let's say you are working on adding a loading indicator on the Loading/SignUp page. You could name your branch as auth-add-suspense
or auth-add-loading
. Once you are done with this issue, the branch will be merged with the main branch and then if you work on some new issue you should create a new branch appropriately.
Learn more: https://opensource.guide/how-to-contribute/#opening-a-pull-request
the changes are good but instead of giving only check if the login length are filled or not we should check if it is genuine or not
that will be coming from an api. if i can get the status code i can also handle that. also check if an account already exists or not.
the changes are good but instead of giving only check if the login length are filled or not we should check if it is genuine or not
@sumit639-code sounds appropriate to me. We can use formik
for this.
that will be coming from an api. if i can get the status code i can also handle that. also check if an account already exists or not.
@ayobamiseun We do handle errors coming from the APIs and show them as an error. What @sumit639-code meant to say was that we should add a layer of validation in the front end itself. I guess, we can use Formik to achieve that easily.
Shifted to #130.
I also repositioned the function for both login and signup.
Fixes: #123