Can successfully register and login in UI

This commit is contained in:
Aaron Sun
2019-10-02 20:40:46 -04:00
parent 8f949f14be
commit 893cad7e7e
35 changed files with 9486 additions and 8309 deletions

View File

@@ -1,7 +1,9 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
@@ -11,8 +13,11 @@
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*