Open AllieGie opened 2 years ago
All changes up until the last commit look good. The most recent commit introduces a breaking change in signup.ejs
because the data was split into two different forms. This causes an error anytime someone tries to sign up as data like the email, username, and password aren't included in the request.
Since the last commit is mostly for styling I would suggest reverting that commit so that we can merge this PR. Then add the styling changes in a new branch. You should be able to revert that commit by running: git reset --hard d1bb0d1
Updates Made:
Things to note:
version. Will see this change on the next commit.