Plan detail page finished with mock data
This commit is contained in:
1 parent
d67718733d
commit
173c0b63c4
10 files changed
+128
-16
No files matched your search
@@ -76,6 +76,7 @@ module.exports = (users) => {
|
||||
email: req.body.email,
|
||||
name: req.body.name,
|
||||
password: hashedPassword,
|
||||
financialData: false,
|
||||
}).then((results, err) => {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
|
||||
Reference in new issue
Block a user