1
0

fix(views): redirect to project after authenticating with a link share

This commit is contained in:
kolaente
2024-03-19 17:38:33 +01:00
parent fee75e55a3
commit d7b40f393e
3 changed files with 3 additions and 4 deletions

View File

@ -106,10 +106,9 @@ function useAuth() {
}
return router.push({
name: 'project.view',
name: 'project.index',
params: {
projectId,
viewId: route.query.view,
},
hash,
})