fix(views): redirect to project after authenticating with a link share
This commit is contained in:
@ -106,10 +106,9 @@ function useAuth() {
|
||||
}
|
||||
|
||||
return router.push({
|
||||
name: 'project.view',
|
||||
name: 'project.index',
|
||||
params: {
|
||||
projectId,
|
||||
viewId: route.query.view,
|
||||
},
|
||||
hash,
|
||||
})
|
||||
|
Reference in New Issue
Block a user