bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Backend Connection of Forget Password #415

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

Description:

I implemented forgot password functionality without backend connection since backend team have implemented that functionality yet. Now, backend provides required APIs for forget password functionality. I will provide a connection between backend and frontend.

Steps to be taken:

  1. I will create required functions in Backend.js file to call APIs.
  2. I will handle response came from post methods of APIs in "handleSubmit" functions that is called when a user click on buttons.
  3. I will tested response codes and all rendering operations.

⏰ Deadline:

🔎 Reviewer

BeratDamar commented 1 year ago

Since PR is merged, I will close the issue.

For more details, you can visit related PR

Related PR: #416