dashboard -> home (#1194)
This commit is contained in:
@ -34,7 +34,7 @@ router.get('/redirect', auth(), async ctx => {
|
||||
});
|
||||
|
||||
const team = await Team.findByPk(user.teamId);
|
||||
ctx.redirect(`${team.url}/dashboard`);
|
||||
ctx.redirect(`${team.url}/home`);
|
||||
});
|
||||
|
||||
app.use(bodyParser());
|
||||
|
Reference in New Issue
Block a user