progress bar on dashboard & number formatting

This commit is contained in:
knighthawk4227 committed 2025-05-14 21:47:50 -07:00
1 parent 4f73959cfb
commit 563fa502d1
5 files changed
+70 -102

No files matched your search

+1
View File
@@ -65,6 +65,7 @@ module.exports = (users) => {
}
});
//Reset link verifies information from user and checks token
router.post('/resetLink', async (req, res) => {
const { token, password, confirmPassword, } = req.body;
const passwordSchema = joi.object({