Plan detail page finished with mock data

This commit is contained in:
nicoagostini committed 2025-05-06 18:36:25 -07:00
1 parent d67718733d
commit 173c0b63c4
10 files changed
+128 -16

No files matched your search

+1
View File
@@ -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);