This commit is contained in:
Robert Hall
2018-09-24 20:49:04 -06:00
parent 46069b2b68
commit 3d2098c250
3 changed files with 9 additions and 10 deletions

View File

@@ -34,7 +34,6 @@ export function authSetup(app) {
app.post('/auth/signup', async(req, res, next) => {
try {
debugger
const { username, email, password } = req.body;
const userExists = db.find('username', username);