Create form validation for login and registration forms.
It's basically just creating catches like the emails being emails need to catch the 500 ready for when the error component is created, or can display the under the fields???
Email Validation
Is it an email?
Are all fields filled in
Register Validation
Are all fields filled in
Is the password longer than 8 characters and includes >= 1 - a-z,>= 1 - A-Z, >= 1 - 0-9, >= 1 Special Characters
Task
Create form validation for login and registration forms. It's basically just creating catches like the emails being emails need to catch the 500 ready for when the error component is created, or can display the under the fields???
Email Validation
Register Validation