Commit 65ac749d authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update account.ts

parent bdead1f1
......@@ -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