bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Sign Up Password Confirmation for Regular Users #588

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

About Feature:

In this PR, I implemented password confirmation for regular user sign-up. I also added a warning message as "Password and Confirm Password must be matched" when regular user provide two different password . I reliaze that doctor sign-up can affect regular user sign-up when user enter some data to doctor sign-up tab. Thanks to this feature, This problem also is resolved. I also handled backend connection providing one of the passwords to related API when two of them are matched.

After this functionality, users shall be able confirm their password.

Regular users should follow following steps to register to our system:

➡️ For more details, you can look at #587

🔎 Reviewer:

@umutdenizsenerr

⏰ Deadline:

26.12.2022 23.59

umutdenizsenerr commented 1 year ago

The password confirmation of regular user sign up is implemented. Well done!