Commit f8e832da authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

MLAB-602: fixing update password

parent 19179d55
......@@ -286,7 +286,7 @@ export = function (app:any, config:any, passport:any, lang:string) {
}
});
app.post('/account/changePwd', async function (req:any, res:any) {
app.post('/changePwd', async function (req:any, res:any) {
if( !req.isAuthenticated() ) {
res.redirect('/login')
} else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment