mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
Added password reset template and route
This commit is contained in:
@@ -19,6 +19,12 @@ router.get('/register', (req, res) => {
|
||||
});
|
||||
});
|
||||
|
||||
router.get('/password-reset', (req, res) => {
|
||||
return res.render('password-reset', {
|
||||
title: 'Stratos - Password Recovery'
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
root: '/',
|
||||
router: router
|
||||
|
||||
Reference in New Issue
Block a user