Commit 8d2a7cbc authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'MLAB-603' into 'testing'

MLAB-602: fixing update password

See merge request !123
parents 1f6a16a0 f8e832da
Pipeline #5092 passed with stage
in 32 seconds
......@@ -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