progress bar on dashboard & number formatting
This commit is contained in:
1 parent
4f73959cfb
commit
563fa502d1
5 files changed
+70
-102
No files matched your search
@@ -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({
|
||||
|
||||
Reference in new issue
Block a user