Closed kamalrsa closed 3 years ago
I would like you to try to use the form hook introduced here: #133
Then, we can also have @Kiran-Serolla review it.
@kamalrsa here https://github.com/HackYourFuture-CPH/rate-my-cv/pull/133/files#diff-27409f699e4e25a0230db85e84dd76c6455b0e971b2babfde38d7029a0a39139
I used hook in my component but if I import the login form i got only two labels email and password instead of that can I create a validation and useform component and import in my signup.js
@kamalrsa aren't those default values? I think you should be able to use it as it as is.
Otherwise, try to edit it so it becomes more flexible.
@kamalrsa aren't those default values? I think you should be able to use it as it as is.
Otherwise, try to edit it so it becomes more flexible.
Ok thanks then I will add the values in useForms what I need more is it ok?
(also, thans for the good reviews @valmdz)
Description
Signup form password must be match the pattern is: Must contain at least one number and one uppercase and lowercase letter, and at least 6 or more characters"
**Footer should be remove or fixed in buttom***
Fixes # 42
How to test?
Affter fillup the form we can see in users table in the database.
Checklist