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
5 merge requests!143updating yml config,!129Hide mobile menu in account pages,!128Hide mobile menu in account pages,!126prepare production deployment,!123MLAB-602: fixing update password
Pipeline #5092 passed with stage
in 32 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 {
......
Supports Markdown
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