Commit ae49198c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'MLAB-575' into 'master'

Update account.ts

See merge request !120
parents bdead1f1 65ac749d
Pipeline #4849 passed with stage
in 17 seconds
......@@ -282,7 +282,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 {
......@@ -593,4 +593,4 @@ export = function (app:any, config:any, passport:any, lang:string) {
}
})
}
\ No newline at end of file
}
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