forked from kompetenzinventar/ki-frontend
implement profile view
This commit is contained in:
@ -50,6 +50,8 @@ const routes = [
|
||||
beforeEnter: (_to, _from, next) => {
|
||||
if (store.state.token) {
|
||||
next({name: 'Search'})
|
||||
} else {
|
||||
next()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user