Skip to content

Commit

Permalink
๐Ÿ”— after login #33
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Aug 10, 2024
1 parent 5953375 commit eb64c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ router.get(
let prevSession = req.session
req.session.regenerate((err) => {
Object.assign(req.session, prevSession)
res.redirect('/')
res.redirect('/admin')
})
}
)
Expand Down

0 comments on commit eb64c7e

Please sign in to comment.