Update index.js

This commit is contained in:
Wyatt Johnson
2017-03-06 13:00:22 -07:00
committed by GitHub
parent 77386fb21d
commit 1c81d0a04f
+1 -1
View File
@@ -12,7 +12,7 @@ router.get('/password-reset', (req, res) => {
// TODO: store the redirect uri in the token or something fancy.
// admins and regular users should probably be redirected to different places.
res.render('password-reset', {redirectUri: process.env.TALK_ROOT_URL});
res.render('admin/password-reset', {redirectUri: process.env.TALK_ROOT_URL});
});
router.get('*', (req, res) => {