bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Password check functionality is added #602

Closed mbatuhan-malazgirt closed 1 year ago

mbatuhan-malazgirt commented 1 year ago

I have added password check functionality for the signup page. This pull request completes the requirements of user authentication in our application. I have used the regex functionality to check whether the password satisfies the conditions or not.

I have made the changes in the SignUp.js file. Our sign-up process is completely covered.

You can see the related issue from the following link:

577