Equidistant-403 / equidistant

Equidistant is an app to help you and your group get over the decision fatigue of a common meeting place by suggesting great rated places. It works by taking the commute time and what the users want to do as a main criterion to suggest great options for the whole group.
5 stars 0 forks source link

Input Validation for Creating Accounts #66

Closed zshafe closed 1 year ago

zshafe commented 1 year ago

I added input validation for all fields when creating an account. Emails must be properly formatted, passwords must be longer than 8 characters, and addresses must match the given example format (3344 W Alameda Avenue, Lakewood, CO 80222).

jspaniac commented 1 year ago

Do we also want to add this to the account page where users can update information?