From 1c81d0a04fa15c93ad5bd09d26a428783de528a4 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Mon, 6 Mar 2017 13:00:22 -0700 Subject: [PATCH] Update index.js --- routes/admin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/admin/index.js b/routes/admin/index.js index e2473bca9..cb256327a 100644 --- a/routes/admin/index.js +++ b/routes/admin/index.js @@ -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) => {